Index: src/gpu/GrPictureUtils.h |
diff --git a/src/gpu/GrPictureUtils.h b/src/gpu/GrPictureUtils.h |
index 2018b0d18d2737b8a270767c8bb40aedfdf75b10..3b557341ed94d4268e35bcda0c5a1d84afddacaf 100644 |
--- a/src/gpu/GrPictureUtils.h |
+++ b/src/gpu/GrPictureUtils.h |
@@ -27,7 +27,7 @@ public: |
// is non-NULL and owns a ref on the picture. |
const SkPicture* fPicture; |
// The device space bounds of this layer. |
- SkIRect fBounds; |
+ SkRect fBounds; |
// The pre-matrix begins as the identity and accumulates the transforms |
// of the containing SkPictures (if any). This matrix state has to be |
// part of the initial matrix during replay so that it will be |