aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkDevice.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 /include/core/SkDevice.h
parent91f283bb4e6ea71bbd4e6efc27befc29118ee543 (diff)
remove all guards for changes to drawBitmapRect / drawImageRect
Diffstat (limited to 'include/core/SkDevice.h')
-rw-r--r--include/core/SkDevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
index 7be49e323b..461f4248fa 100644
--- a/include/core/SkDevice.h
+++ b/include/core/SkDevice.h
@@ -217,7 +217,7 @@ protected:
virtual void drawBitmapRect(const SkDraw&, const SkBitmap&,
const SkRect* srcOrNull, const SkRect& dst,
const SkPaint& paint,
- SK_VIRTUAL_CONSTRAINT_TYPE) = 0;
+ SkCanvas::SrcRectConstraint) = 0;
virtual void drawBitmapNine(const SkDraw&, const SkBitmap&, const SkIRect& center,
const SkRect& dst, const SkPaint&);