diff options
Diffstat (limited to 'services/surfaceflinger/Layer.h')
-rw-r--r-- | services/surfaceflinger/Layer.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/services/surfaceflinger/Layer.h b/services/surfaceflinger/Layer.h index e7e9585..0ceb15e 100644 --- a/services/surfaceflinger/Layer.h +++ b/services/surfaceflinger/Layer.h @@ -43,6 +43,7 @@ #include "Transform.h" #include "DisplayHardware/HWComposer.h" +#include "DisplayHardware/FloatRect.h" namespace android { @@ -279,12 +280,6 @@ public: */ Rect getContentCrop() const; - /* - * returns the transform bits (90 rotation / h-flip / v-flip) of the - * layer's content - */ - uint32_t getContentTransform() const; - // ----------------------------------------------------------------------- void clearWithOpenGL(const sp<const DisplayDevice>& hw, const Region& clip) const; @@ -334,7 +329,7 @@ private: bool needsFiltering(const sp<const DisplayDevice>& hw) const; uint32_t getEffectiveUsage(uint32_t usage) const; - Rect computeCrop(const sp<const DisplayDevice>& hw) const; + FloatRect computeCrop(const sp<const DisplayDevice>& hw) const; bool isCropped() const; static bool getOpacityForFormat(uint32_t format); |