OSDN Git Service

Fix conflict with other build fix
authorMichael Jurka <mikejurka@google.com>
Thu, 25 Oct 2012 20:17:33 +0000 (13:17 -0700)
committerMichael Jurka <mikejurka@google.com>
Thu, 25 Oct 2012 20:17:33 +0000 (13:17 -0700)
Change-Id: Id5286ee8d335b6307f6602e933364f462f19bff2

tests/src/com/android/gallery3d/ui/GLRootStub.java

index fcc927b..25e7bca 100644 (file)
@@ -34,7 +34,6 @@ public class GLRootStub implements GLRoot {
     public int getDisplayRotation() { return 0; }
     public int getCompensation() { return 0; }
     public Matrix getCompensationMatrix() { return null; }
-    public void requestRenderForced() { }
     public void freeze() {}
     public void unfreeze() {}
     public void setLightsOutMode(boolean enabled) {}