summaryrefslogtreecommitdiffstats
path: root/include/surfaceflinger
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-10-13 16:02:48 -0700
committerMathias Agopian <mathias@google.com>2011-10-14 14:32:48 -0700
commitd6809f40cf61203573ec5dbc437f695cd132cc18 (patch)
treef7c0278119e2264719eb13d66756fc39df4b35df /include/surfaceflinger
parent22dad40d3e8ce54a00f337ea06b9b0bbfbd3fd6b (diff)
downloadframeworks_base-d6809f40cf61203573ec5dbc437f695cd132cc18.zip
frameworks_base-d6809f40cf61203573ec5dbc437f695cd132cc18.tar.gz
frameworks_base-d6809f40cf61203573ec5dbc437f695cd132cc18.tar.bz2
Add a LayerScreenshot
A LayerScreenshot is a special type of layer that contains a screenshot of the screen acquired when its created. It works just like LayerDim. Bug: 5446982 Change-Id: I7814aff2380e7e146937f2b641907be2a30c76cc
Diffstat (limited to 'include/surfaceflinger')
-rw-r--r--include/surfaceflinger/ISurfaceComposer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/surfaceflinger/ISurfaceComposer.h b/include/surfaceflinger/ISurfaceComposer.h
index ea022a6..e7a33f1 100644
--- a/include/surfaceflinger/ISurfaceComposer.h
+++ b/include/surfaceflinger/ISurfaceComposer.h
@@ -53,6 +53,7 @@ public:
eFXSurfaceNormal = 0x00000000,
eFXSurfaceBlur = 0x00010000,
eFXSurfaceDim = 0x00020000,
+ eFXSurfaceScreenshot= 0x00030000,
eFXSurfaceMask = 0x000F0000,
};