diff options
| author | 2013-01-29 17:50:58 -0800 | |
|---|---|---|
| committer | 2013-01-29 17:50:58 -0800 | |
| commit | 781fd2b7c86a20b0f00b5e009237d69b557e3cc4 (patch) | |
| tree | 44d50d4d4aaf9a8e52d54e99073f01194ddc6b8e /libs/hwui/Layer.h | |
| parent | 7a8a1799ef36df5d2df740adc2568fe4b30fa617 (diff) | |
| parent | f5f8502271b04d63c518e3aecfd5eaf557904e72 (diff) | |
am f5f85022: Merge "Fix graphical corruption on QCOM GPU Bug #7146141"
# Via Android (Google) Code Review (1) and Romain Guy (1)
* commit 'f5f8502271b04d63c518e3aecfd5eaf557904e72':
Fix graphical corruption on QCOM GPU Bug #7146141
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 |