diff options
Diffstat (limited to 'libs/hwui/renderstate/Scissor.h')
-rw-r--r-- | libs/hwui/renderstate/Scissor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/renderstate/Scissor.h b/libs/hwui/renderstate/Scissor.h index cc8b3dd..b37ec58 100644 --- a/libs/hwui/renderstate/Scissor.h +++ b/libs/hwui/renderstate/Scissor.h @@ -29,6 +29,7 @@ public: bool set(GLint x, GLint y, GLint width, GLint height); void reset(); bool isEnabled() { return mEnabled; } + void dump(); private: Scissor(); void invalidate(); |