Index: src/gpu/SkGrPriv.h |
diff --git a/src/gpu/SkGrPriv.h b/src/gpu/SkGrPriv.h |
index 4688adb0451eaaf89dcc44a7604b61c7926951b2..5cf4dd24d63acb98b684560dc39ce5f85c59fcab 100644 |
--- a/src/gpu/SkGrPriv.h |
+++ b/src/gpu/SkGrPriv.h |
@@ -25,8 +25,7 @@ class GrUniqueKey; |
* |
* Note: width/height must fit in 16bits for this impl. |
*/ |
-void GrMakeKeyFromImageID(GrUniqueKey* key, uint32_t imageID, |
- U16CPU width, U16CPU height, SkIPoint origin, |
+void GrMakeKeyFromImageID(GrUniqueKey* key, uint32_t imageID, const SkIRect& imageBounds, |
const GrCaps&, SkImageUsageType); |
#endif |