summaryrefslogtreecommitdiffstats
path: root/include/surfaceflinger/Surface.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-05-28 14:22:23 -0700
committerMathias Agopian <mathias@google.com>2010-05-28 17:19:16 -0700
commit770492cb2b19f6a36ad748cd05fbedfbb9a67dfa (patch)
tree3c87a789492e52b3c26b1de9608f42690b86c2cd /include/surfaceflinger/Surface.h
parentcdfd5fe2c89a30a31f9de5a5481e8997f014a89b (diff)
downloadframeworks_base-770492cb2b19f6a36ad748cd05fbedfbb9a67dfa.zip
frameworks_base-770492cb2b19f6a36ad748cd05fbedfbb9a67dfa.tar.gz
frameworks_base-770492cb2b19f6a36ad748cd05fbedfbb9a67dfa.tar.bz2
more clean-up in preparation of bigger changes
the most important change here is the renaming of ISurfaceFlingerClient to ISurfaceComposerClient Change-Id: I94e18b0417f50e06f21377446639c61f65f959b3
Diffstat (limited to 'include/surfaceflinger/Surface.h')
-rw-r--r--include/surfaceflinger/Surface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/surfaceflinger/Surface.h b/include/surfaceflinger/Surface.h
index 33269cb..2957970 100644
--- a/include/surfaceflinger/Surface.h
+++ b/include/surfaceflinger/Surface.h
@@ -28,7 +28,7 @@
#include <ui/egl/android_natives.h>
#include <surfaceflinger/ISurface.h>
-#include <surfaceflinger/ISurfaceFlingerClient.h>
+#include <surfaceflinger/ISurfaceComposerClient.h>
#define ANDROID_VIEW_SURFACE_JNI_ID "mNativeSurface"
@@ -108,7 +108,7 @@ private:
SurfaceControl(
const sp<SurfaceComposerClient>& client,
const sp<ISurface>& surface,
- const ISurfaceFlingerClient::surface_data_t& data,
+ const ISurfaceComposerClient::surface_data_t& data,
uint32_t w, uint32_t h, PixelFormat format, uint32_t flags);
~SurfaceControl();