summaryrefslogtreecommitdiff
path: root/include/gui/ISurfaceComposerClient.h
diff options
context:
space:
mode:
author Albert Chaulk <achaulk@google.com> 2017-01-27 14:21:34 -0500
committer Alex Sakhartchouk <alexst@google.com> 2017-01-31 16:29:42 -0500
commit479c60c85c40fd3536b0c88036e838dc1a4c56a0 (patch)
tree9f6034273a86390db5b39f7a2e221dc23a51b9ad /include/gui/ISurfaceComposerClient.h
parent27c5ac029619efe630a258aae92e2c496733c677 (diff)
Refactor how layer metadata for use by VR is propagated
from WindowManager based on feedback in frameworks/base. Since windowType and ownerUid are immutable, they are sent on creation instead of separate IPC. Bug: 30984984 Test: built locally Change-Id: I380b3cdcf6aec471fc23f1e27846ab80492e8add
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;