diff options
Diffstat (limited to 'libs/hwui/Snapshot.h')
-rw-r--r-- | libs/hwui/Snapshot.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/hwui/Snapshot.h b/libs/hwui/Snapshot.h index a89b740..9c612ff 100644 --- a/libs/hwui/Snapshot.h +++ b/libs/hwui/Snapshot.h @@ -121,6 +121,11 @@ public: bool isIgnored() const; /** + * Indicates whether the current transform has perspective components. + */ + bool hasPerspectiveTransform() const; + + /** * Dirty flags. */ int flags; |