summaryrefslogtreecommitdiff
path: root/include/gui/ISurfaceComposerClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gui/ISurfaceComposerClient.h')
-rw-r--r--include/gui/ISurfaceComposerClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gui/ISurfaceComposerClient.h b/include/gui/ISurfaceComposerClient.h
index 0a4d35dca5..1f4387d7c2 100644
--- a/include/gui/ISurfaceComposerClient.h
+++ b/include/gui/ISurfaceComposerClient.h
@@ -60,7 +60,7 @@ public:
virtual status_t createSurface(
const String8& name, uint32_t w, uint32_t h,
PixelFormat format, uint32_t flags,
- const sp<IBinder>& parent,
+ const sp<IBinder>& parent, uint32_t windowType, uint32_t ownerUid,
sp<IBinder>* handle,
sp<IGraphicBufferProducer>* gbp) = 0;