summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/LayerDim.h
diff options
context:
space:
mode:
author Dan Stoza <stoza@google.com> 2014-02-20 00:56:34 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2014-02-20 00:56:34 +0000
commitda03fe4bfcc5f6626d38798e4d9def8596fd869c (patch)
tree560ea71efc14b19d598d2984bea738646a9a7a3e /services/surfaceflinger/LayerDim.h
parent79aa621330e1fefcfc7ccf7c14ef51a8d0ea8c9c (diff)
parentc701401f8cec2e5309f8b57e2b97baced5093274 (diff)
Merge "Allow disabling layer rotation during screenshots"
Diffstat (limited to 'services/surfaceflinger/LayerDim.h')
-rw-r--r--services/surfaceflinger/LayerDim.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/services/surfaceflinger/LayerDim.h b/services/surfaceflinger/LayerDim.h
index 6561d7f741..4de0ddc6bc 100644
--- a/services/surfaceflinger/LayerDim.h
+++ b/services/surfaceflinger/LayerDim.h
@@ -34,7 +34,8 @@ public:
virtual ~LayerDim();
virtual const char* getTypeId() const { return "LayerDim"; }
- virtual void onDraw(const sp<const DisplayDevice>& hw, const Region& clip) const;
+ virtual void onDraw(const sp<const DisplayDevice>& hw, const Region& clip,
+ bool useIdentityTransform) const;
virtual bool isOpaque() const { return false; }
virtual bool isSecure() const { return false; }
virtual bool isFixedSize() const { return true; }