Index: gm/getpostextpath.cpp |
diff --git a/gm/getpostextpath.cpp b/gm/getpostextpath.cpp |
index 0cb5bb3ede71e03bb3dd58c95ce772d491f93999..0f66a976b5353840395c01944734f5313be30e6c 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; |