summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/gallery3d
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-08-10 10:45:55 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-08-10 10:45:56 -0700
commitde8079dab0123ea087c3c9adbcf1c476bcf79a42 (patch)
tree08dda5c8f52ecaa54bc39fdbb28aa98bd303be31 /tests/src/com/android/gallery3d
parent58cdc3fb0b7035f74db46f516115ded26f63c454 (diff)
parent15f32af5378a7afde1996c8dd5ccbd591fe2b9ad (diff)
downloadandroid_packages_apps_Snap-de8079dab0123ea087c3c9adbcf1c476bcf79a42.tar.gz
android_packages_apps_Snap-de8079dab0123ea087c3c9adbcf1c476bcf79a42.tar.bz2
android_packages_apps_Snap-de8079dab0123ea087c3c9adbcf1c476bcf79a42.zip
Merge "First gallery reskin iteration." into gb-ub-photos-arches
Diffstat (limited to 'tests/src/com/android/gallery3d')
-rw-r--r--tests/src/com/android/gallery3d/ui/GLCanvasStub.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/com/android/gallery3d/ui/GLCanvasStub.java b/tests/src/com/android/gallery3d/ui/GLCanvasStub.java
index 5f749d8fc..f30b57964 100644
--- a/tests/src/com/android/gallery3d/ui/GLCanvasStub.java
+++ b/tests/src/com/android/gallery3d/ui/GLCanvasStub.java
@@ -23,6 +23,7 @@ import javax.microedition.khronos.opengles.GL11;
public class GLCanvasStub implements GLCanvas {
public void setSize(int width, int height) {}
public void clearBuffer() {}
+ public void clearBuffer(float r, float g, float b, float a) {}
public void setCurrentAnimationTimeMillis(long time) {}
public long currentAnimationTimeMillis() {
throw new UnsupportedOperationException();