From 82da69ff867e4e19f0adb970933a42eb65d973ed Mon Sep 17 00:00:00 2001 From: Bart Sears Date: Sat, 6 Oct 2012 11:19:14 -0700 Subject: Revert "Upload screennails in tiles to prevent jank" This CL is reported to cause images to not be displayed correctly when opened via the view intent. Bug: 7299123 This reverts commit e29fc4a51b99f12f7fae13fae272858df2e1af36 Change-Id: I5052548a826c275cb4559eeb4721c19f06861b3d --- tests/src/com/android/gallery3d/ui/GLCanvasStub.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/src/com/android/gallery3d/ui/GLCanvasStub.java b/tests/src/com/android/gallery3d/ui/GLCanvasStub.java index 5a08b8599..2f2d753e0 100644 --- a/tests/src/com/android/gallery3d/ui/GLCanvasStub.java +++ b/tests/src/com/android/gallery3d/ui/GLCanvasStub.java @@ -83,6 +83,4 @@ public class GLCanvasStub implements GLCanvas { public void dumpStatisticsAndClear() {} public void beginRenderTarget(RawTexture texture) {} public void endRenderTarget() {} - public void drawMixed(BasicTexture from, int toColor, - float ratio, RectF src, RectF target) {} } -- cgit v1.2.3