summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2013-02-15 14:48:52 -0800
committerMathias Agopian <mathias@google.com>2013-02-15 14:48:52 -0800
commitb7daa0dadebdb043d63e585975a128c5fc087168 (patch)
tree479ae0b745751e528e4ac721c63b0816ee0967fa /cmds
parente3c697fb929c856b59fa56a8e05a2a7eba187c3d (diff)
downloadframeworks_native-b7daa0dadebdb043d63e585975a128c5fc087168.zip
frameworks_native-b7daa0dadebdb043d63e585975a128c5fc087168.tar.gz
frameworks_native-b7daa0dadebdb043d63e585975a128c5fc087168.tar.bz2
fix build: SurfaceTextureClient to Surface rename
Change-Id: Ibcf98337940f9195bcff7b5e8bddb6e912e65163
Diffstat (limited to 'cmds')
-rw-r--r--cmds/flatland/GLHelper.h1
-rw-r--r--cmds/flatland/Main.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/cmds/flatland/GLHelper.h b/cmds/flatland/GLHelper.h
index 7341374..7a9e9e3 100644
--- a/cmds/flatland/GLHelper.h
+++ b/cmds/flatland/GLHelper.h
@@ -17,6 +17,7 @@
#include <gui/GraphicBufferAlloc.h>
#include <gui/GLConsumer.h>
#include <gui/Surface.h>
+#include <gui/SurfaceControl.h>
#include <EGL/egl.h>
#include <GLES2/gl2.h>
diff --git a/cmds/flatland/Main.cpp b/cmds/flatland/Main.cpp
index a65052e..99715d3 100644
--- a/cmds/flatland/Main.cpp
+++ b/cmds/flatland/Main.cpp
@@ -18,6 +18,7 @@
#include <gui/GraphicBufferAlloc.h>
#include <gui/Surface.h>
+#include <gui/SurfaceControl.h>
#include <gui/GLConsumer.h>
#include <gui/Surface.h>
#include <ui/Fence.h>