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.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/com/android/gallery3d/ui/GLRootStub.java b/tests/src/com/android/gallery3d/ui/GLRootStub.java
index 878eeddb4..5c88c47ec 100644
--- a/tests/src/com/android/gallery3d/ui/GLRootStub.java
+++ b/tests/src/com/android/gallery3d/ui/GLRootStub.java
@@ -32,4 +32,6 @@ public class GLRootStub implements GLRoot {
public int getDisplayRotation() { return 0; }
public int getCompensation() { return 0; }
public Matrix getCompensationMatrix() { return null; }
+ public void freeze() {}
+ public void unfreeze() {}
}