summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/gallery3d/ui/GLRootStub.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/com/android/gallery3d/ui/GLRootStub.java')
-rw-r--r--tests/src/com/android/gallery3d/ui/GLRootStub.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/com/android/gallery3d/ui/GLRootStub.java b/tests/src/com/android/gallery3d/ui/GLRootStub.java
index 7f134dbf1..25e7bca5b 100644
--- a/tests/src/com/android/gallery3d/ui/GLRootStub.java
+++ b/tests/src/com/android/gallery3d/ui/GLRootStub.java
@@ -23,6 +23,7 @@ import com.android.gallery3d.anim.CanvasAnimation;
public class GLRootStub implements GLRoot {
public void addOnGLIdleListener(OnGLIdleListener listener) {}
public void registerLaunchedAnimation(CanvasAnimation animation) {}
+ public void requestRenderForced() {}
public void requestRender() {}
public void requestLayoutContentPane() {}
public boolean hasStencil() { return true; }