Index: src/core/SkPictureRecord.h |
diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h |
index cb6f32418cdfef79e3516d78b03dae444726e745..18458c6f3690690a3a4f1b6ef550c9959af40e8d 100644 |
--- a/src/core/SkPictureRecord.h |
+++ b/src/core/SkPictureRecord.h |
@@ -182,10 +182,10 @@ protected: |
void onDrawPath(const SkPath&, const SkPaint&) override; |
void onDrawBitmap(const SkBitmap&, SkScalar left, SkScalar top, const SkPaint*) override; |
void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*, |
- SK_VIRTUAL_CONSTRAINT_TYPE) override; |
+ SrcRectConstraint) override; |
void onDrawImage(const SkImage*, SkScalar left, SkScalar top, const SkPaint*) override; |
void onDrawImageRect(const SkImage*, const SkRect* src, const SkRect& dst, |
- const SkPaint* SRC_RECT_CONSTRAINT_PARAM(constraint)) override; |
+ const SkPaint*, SrcRectConstraint) override; |
void onDrawImageNine(const SkImage*, const SkIRect& center, const SkRect& dst, |
const SkPaint*) override; |
void onDrawBitmapNine(const SkBitmap&, const SkIRect& center, const SkRect& dst, |