aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRecorder.h
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2015-07-28 07:35:14 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-28 07:35:14 -0700
commit562fe4767cc73e08a4e039362bc0336aea66ecfb (patch)
tree02244ec3279fa16de377f53a7dddce993971048a /src/core/SkRecorder.h
parent91f283bb4e6ea71bbd4e6efc27befc29118ee543 (diff)
remove all guards for changes to drawBitmapRect / drawImageRect
Diffstat (limited to 'src/core/SkRecorder.h')
-rw-r--r--src/core/SkRecorder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h
index 404d54c803..57b4568011 100644
--- a/src/core/SkRecorder.h
+++ b/src/core/SkRecorder.h
@@ -98,10 +98,10 @@ public:
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,