summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/gallery3d/ui/GLRootMock.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/com/android/gallery3d/ui/GLRootMock.java')
-rw-r--r--tests/src/com/android/gallery3d/ui/GLRootMock.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/com/android/gallery3d/ui/GLRootMock.java b/tests/src/com/android/gallery3d/ui/GLRootMock.java
index 4af7a1f59..1253e50ae 100644
--- a/tests/src/com/android/gallery3d/ui/GLRootMock.java
+++ b/tests/src/com/android/gallery3d/ui/GLRootMock.java
@@ -39,4 +39,6 @@ public class GLRootMock implements GLRoot {
public int getDisplayRotation() { return 0; }
public int getCompensation() { return 0; }
public Matrix getCompensationMatrix() { return null; }
+ public void freeze() {}
+ public void unfreeze() {}
}