diff options
author | Wonsik Kim <wonsik@google.com> | 2014-03-17 11:17:28 +0000 |
---|---|---|
committer | Wonsik Kim <wonsik@google.com> | 2014-03-17 11:17:28 +0000 |
commit | 29fa9590ad32d918cb32cc88898ec53d28e1ad5a (patch) | |
tree | 6d89d18d793d092e7a692f443e8781fa34ae105c /include | |
parent | f837c93a1b392dbc4f7099d0c4fb723e32ca438e (diff) | |
download | frameworks_native-29fa9590ad32d918cb32cc88898ec53d28e1ad5a.zip frameworks_native-29fa9590ad32d918cb32cc88898ec53d28e1ad5a.tar.gz frameworks_native-29fa9590ad32d918cb32cc88898ec53d28e1ad5a.tar.bz2 |
Revert "Implement video plane layer"
This reverts commit f837c93a1b392dbc4f7099d0c4fb723e32ca438e.
Change-Id: I6a1aa9ad0aca023267dc53d19c950b1535123ca7
Diffstat (limited to 'include')
-rw-r--r-- | include/gui/ISurfaceComposerClient.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gui/ISurfaceComposerClient.h b/include/gui/ISurfaceComposerClient.h index 8caa765..cb9816f 100644 --- a/include/gui/ISurfaceComposerClient.h +++ b/include/gui/ISurfaceComposerClient.h @@ -49,7 +49,6 @@ public: eFXSurfaceNormal = 0x00000000, eFXSurfaceDim = 0x00020000, - eFXSurfaceVideoPlane= 0x00040000, eFXSurfaceMask = 0x000F0000, }; |