diff options
author | Jeff Brown <jeffbrown@google.com> | 2012-08-26 22:49:35 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2012-08-27 14:40:17 -0700 |
commit | 380223bf1b340e7503177254a60d5982f95ab793 (patch) | |
tree | 7470d7e9b12987706d47b0112815f670452bb885 /include/gui/SurfaceComposerClient.h | |
parent | 9d4e3d2f42e93e2d12bacabe97d307d30c3c20dd (diff) | |
download | frameworks_native-380223bf1b340e7503177254a60d5982f95ab793.zip frameworks_native-380223bf1b340e7503177254a60d5982f95ab793.tar.gz frameworks_native-380223bf1b340e7503177254a60d5982f95ab793.tar.bz2 |
Remove unused "layer" argument from show().
Change-Id: I8944a9f4a27c330b11e5e837c69b88c8f84145ba
Diffstat (limited to 'include/gui/SurfaceComposerClient.h')
-rw-r--r-- | include/gui/SurfaceComposerClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gui/SurfaceComposerClient.h b/include/gui/SurfaceComposerClient.h index 15a0c1e..295e7fb 100644 --- a/include/gui/SurfaceComposerClient.h +++ b/include/gui/SurfaceComposerClient.h @@ -100,7 +100,7 @@ public: static void closeGlobalTransaction(bool synchronous = false); status_t hide(SurfaceID id); - status_t show(SurfaceID id, int32_t layer = -1); + status_t show(SurfaceID id); status_t setFlags(SurfaceID id, uint32_t flags, uint32_t mask); status_t setTransparentRegionHint(SurfaceID id, const Region& transparent); status_t setLayer(SurfaceID id, int32_t layer); |