summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/GLRoot.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/ui/GLRoot.java')
-rw-r--r--src/com/android/gallery3d/ui/GLRoot.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/ui/GLRoot.java b/src/com/android/gallery3d/ui/GLRoot.java
index 13b610b23..e406b6703 100644
--- a/src/com/android/gallery3d/ui/GLRoot.java
+++ b/src/com/android/gallery3d/ui/GLRoot.java
@@ -32,6 +32,7 @@ public interface GLRoot {
public void addOnGLIdleListener(OnGLIdleListener listener);
public void registerLaunchedAnimation(CanvasAnimation animation);
+ public void requestRenderForced();
public void requestRender();
public void requestLayoutContentPane();