diff options
author | Mathias Agopian <mathias@google.com> | 2013-03-05 14:51:39 -0800 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2013-03-05 19:52:29 -0800 |
commit | 089a15298e045598bf15fd2a46284c34dd56384c (patch) | |
tree | 3dd5184902113cf40409c9470691bdb7d2d9ce99 /include | |
parent | f082323c0dbd915d2ad7b6f4d9c732e230fcda46 (diff) | |
download | frameworks_native-089a15298e045598bf15fd2a46284c34dd56384c.zip frameworks_native-089a15298e045598bf15fd2a46284c34dd56384c.tar.gz frameworks_native-089a15298e045598bf15fd2a46284c34dd56384c.tar.bz2 |
Remove support for ScreenshotLayer
Change-Id: I5b571a4cf3faa77d2c4aca916fa4bd00a1065bb9
Diffstat (limited to 'include')
-rw-r--r-- | include/gui/ISurfaceComposerClient.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/gui/ISurfaceComposerClient.h b/include/gui/ISurfaceComposerClient.h index 23d1d4c..4afc860 100644 --- a/include/gui/ISurfaceComposerClient.h +++ b/include/gui/ISurfaceComposerClient.h @@ -48,9 +48,7 @@ public: eProtectedByDRM = 0x00001000, eFXSurfaceNormal = 0x00000000, - eFXSurfaceBlur = 0x00010000, // deprecated, same as Dim eFXSurfaceDim = 0x00020000, - eFXSurfaceScreenshot= 0x00030000, eFXSurfaceMask = 0x000F0000, }; |