summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2011-10-16 23:54:25 -0700
committer Mathias Agopian <mathias@google.com> 2011-10-16 23:54:25 -0700
commite9800c83114988b6f8cc25bb9d508ebb322f9903 (patch)
treea6fd17b05b48655da32779e5d4347342e1afb752 /include
parent1d011ec8dd583fe55e38a435b49bfe6dcff06f6e (diff)
Revert "Add a LayerScreenshot"
This reverts commit d6809f40cf61203573ec5dbc437f695cd132cc18.
Diffstat (limited to 'include')
-rw-r--r--include/surfaceflinger/ISurfaceComposer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/surfaceflinger/ISurfaceComposer.h b/include/surfaceflinger/ISurfaceComposer.h
index e7a33f1d39..ea022a67b7 100644
--- a/include/surfaceflinger/ISurfaceComposer.h
+++ b/include/surfaceflinger/ISurfaceComposer.h
@@ -53,7 +53,6 @@ public:
eFXSurfaceNormal = 0x00000000,
eFXSurfaceBlur = 0x00010000,
eFXSurfaceDim = 0x00020000,
- eFXSurfaceScreenshot= 0x00030000,
eFXSurfaceMask = 0x000F0000,
};