| Index: include/core/SkPicture.h
|
| diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
|
| index 936291a58a941ea1378a3f93e453127f97667301..1eff2c6e6516332d46c9ceff929f51af89171e91 100644
|
| --- a/include/core/SkPicture.h
|
| +++ b/include/core/SkPicture.h
|
| @@ -288,7 +288,7 @@
|
| /** PRIVATE / EXPERIMENTAL -- do not call
|
| Return the operations required to render the content inside 'queryRect'.
|
| */
|
| - const OperationList* EXPERIMENTAL_getActiveOps(const SkRect& queryRect) const;
|
| + const OperationList* EXPERIMENTAL_getActiveOps(const SkIRect& queryRect) const;
|
|
|
| void createHeader(SkPictInfo* info) const;
|
| static bool IsValidPictInfo(const SkPictInfo& info);
|
|
|