aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/getpostextpath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/getpostextpath.cpp')
-rw-r--r--gm/getpostextpath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/getpostextpath.cpp b/gm/getpostextpath.cpp
index 0cb5bb3ede..0f66a976b5 100644
--- a/gm/getpostextpath.cpp
+++ b/gm/getpostextpath.cpp
@@ -24,7 +24,7 @@ protected:
return SkString("getpostextpath");
}
- SkISize onISize() { return skiagm::make_isize(480, 780); }
+ SkISize onISize() { return SkISize::Make(480, 780); }
static void strokePath(SkCanvas* canvas, const SkPath& path) {
SkPaint paint;