aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/quadpaths.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/quadpaths.cpp')
-rw-r--r--gm/quadpaths.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gm/quadpaths.cpp b/gm/quadpaths.cpp
index decf50a96e..f21fdd98e1 100644
--- a/gm/quadpaths.cpp
+++ b/gm/quadpaths.cpp
@@ -24,7 +24,7 @@ protected:
return SkString("quadpath");
}
- SkISize onISize() { return make_isize(1240, 390); }
+ SkISize onISize() { return SkISize::Make(1240, 390); }
void drawPath(SkPath& path,SkCanvas* canvas,SkColor color,
const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
@@ -170,7 +170,7 @@ protected:
return SkString("quadclosepath");
}
- SkISize onISize() { return make_isize(1240, 390); }
+ SkISize onISize() { return SkISize::Make(1240, 390); }
void drawPath(SkPath& path,SkCanvas* canvas,SkColor color,
const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,