Loading WallpaperPicker/src/com/android/gallery3d/glrenderer/UploadedTexture.java +1 −1 Original line number Diff line number Diff line Loading @@ -219,7 +219,7 @@ public abstract class UploadedTexture extends BasicTexture { int texWidth = getTextureWidth(); int texHeight = getTextureHeight(); assertTrue(bWidth <= texWidth && bHeight <= texHeight); Utils.assertTrue(bWidth <= texWidth && bHeight <= texHeight); // Upload the bitmap to a new texture. mId = canvas.getGLId().generateTexture(); Loading Loading
WallpaperPicker/src/com/android/gallery3d/glrenderer/UploadedTexture.java +1 −1 Original line number Diff line number Diff line Loading @@ -219,7 +219,7 @@ public abstract class UploadedTexture extends BasicTexture { int texWidth = getTextureWidth(); int texHeight = getTextureHeight(); assertTrue(bWidth <= texWidth && bHeight <= texHeight); Utils.assertTrue(bWidth <= texWidth && bHeight <= texHeight); // Upload the bitmap to a new texture. mId = canvas.getGLId().generateTexture(); Loading