summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/LayerBase.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-11-27 16:07:04 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-11-27 16:07:04 -0800
commitefd614b869e952792b009db4ab54f3bb4375d198 (patch)
tree50a7d7f3597c67374e4eff4dd8451f82d9816b5b /services/surfaceflinger/LayerBase.h
parent762a6d86de63ad319884ab6e666be6ad0d75996e (diff)
parent8430095879d2fa6878e68f8f12da4e704815ac09 (diff)
downloadframeworks_native-efd614b869e952792b009db4ab54f3bb4375d198.zip
frameworks_native-efd614b869e952792b009db4ab54f3bb4375d198.tar.gz
frameworks_native-efd614b869e952792b009db4ab54f3bb4375d198.tar.bz2
Merge "make transform hint multi-display aware" into jb-mr1.1-dev
Diffstat (limited to 'services/surfaceflinger/LayerBase.h')
-rw-r--r--services/surfaceflinger/LayerBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/LayerBase.h b/services/surfaceflinger/LayerBase.h
index 00c4ffe..4d5a5b0 100644
--- a/services/surfaceflinger/LayerBase.h
+++ b/services/surfaceflinger/LayerBase.h
@@ -246,7 +246,7 @@ public:
* Updates the SurfaceTexture's transform hint, for layers that have
* a SurfaceTexture.
*/
- virtual void updateTransformHint() const { }
+ virtual void updateTransformHint(const sp<const DisplayDevice>& hw) const { }
/** always call base class first */
virtual void dump(String8& result, char* scratch, size_t size) const;