diff options
Diffstat (limited to 'libs/hwui/Layer.h')
| -rw-r--r-- | libs/hwui/Layer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/hwui/Layer.h b/libs/hwui/Layer.h index e99b96acef8e..a580d899458b 100644 --- a/libs/hwui/Layer.h +++ b/libs/hwui/Layer.h @@ -278,6 +278,10 @@ struct Layer { * Texture coordinates of the layer. */ Rect texCoords; + /** + * Clipping rectangle. + */ + Rect clipRect; /** * Dirty region indicating what parts of the layer |