| Index: gm/xfermodeimagefilter.cpp
|
| diff --git a/gm/xfermodeimagefilter.cpp b/gm/xfermodeimagefilter.cpp
|
| index 2b14f4dfaab25d062e58881c72bf41d20218094a..584e60b1945b4371c28532596ab2d74dad231d19 100644
|
| --- a/gm/xfermodeimagefilter.cpp
|
| +++ b/gm/xfermodeimagefilter.cpp
|
| @@ -62,7 +62,7 @@ protected:
|
| }
|
|
|
| virtual SkISize onISize() SK_OVERRIDE {
|
| - return make_isize(WIDTH, HEIGHT);
|
| + return SkISize::Make(WIDTH, HEIGHT);
|
| }
|
|
|
| static void drawClippedBitmap(SkCanvas* canvas, const SkBitmap& bitmap, const SkPaint& paint,
|
|
|