Index: gm/offsetimagefilter.cpp |
diff --git a/gm/offsetimagefilter.cpp b/gm/offsetimagefilter.cpp |
index 54597310abeca018692469d4d5638bd58f33783e..ca8a80997e22fcaf4f5ae4550636361e80faee6c 100644 |
--- a/gm/offsetimagefilter.cpp |
+++ b/gm/offsetimagefilter.cpp |
@@ -60,7 +60,7 @@ protected: |
} |
virtual SkISize onISize() { |
- return make_isize(WIDTH, HEIGHT); |
+ return SkISize::Make(WIDTH, HEIGHT); |
} |
void drawClippedBitmap(SkCanvas* canvas, const SkBitmap& bitmap, const SkPaint& paint, SkScalar scale, const SkIRect& cropRect) { |