summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2012-08-24 22:34:42 -0700
committerJeff Brown <jeffbrown@google.com>2012-08-24 22:34:42 -0700
commit799d44ecb3f5591c19d186b9675f363699116c2d (patch)
tree930318b0e3abbe414240d71c690207f2ebf43a11 /tests
parent72721a95943c68ea0d75eb5c1ff2ab7380e4dc6f (diff)
downloadandroid_frameworks_wilhelm-799d44ecb3f5591c19d186b9675f363699116c2d.tar.gz
android_frameworks_wilhelm-799d44ecb3f5591c19d186b9675f363699116c2d.tar.bz2
android_frameworks_wilhelm-799d44ecb3f5591c19d186b9675f363699116c2d.zip
Use new surface flinger API.
Change-Id: Iecd955817d2800e2d1da3187da8958aa261ce435
Diffstat (limited to 'tests')
-rw-r--r--tests/sandbox/nativewindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/sandbox/nativewindow.cpp b/tests/sandbox/nativewindow.cpp
index 9f5b6ae..4978242 100644
--- a/tests/sandbox/nativewindow.cpp
+++ b/tests/sandbox/nativewindow.cpp
@@ -52,7 +52,6 @@ ANativeWindow *getNativeWindow_()
sp<SurfaceControl> control =
composerClient->createSurface(
String8("A Surface"),
- 0,
1280,
800,
PIXEL_FORMAT_RGB_565,