Index: gm/ninepatchstretch.cpp |
diff --git a/gm/ninepatchstretch.cpp b/gm/ninepatchstretch.cpp |
index 8806acc89535725f35d9ef11405d0de5076b01e9..b6f1a6008ab94484fc7a893d59b653952aab2cee 100644 |
--- a/gm/ninepatchstretch.cpp |
+++ b/gm/ninepatchstretch.cpp |
@@ -53,7 +53,7 @@ protected: |
} |
virtual SkISize onISize() { |
- return make_isize(400, 400); |
+ return SkISize::Make(400, 400); |
} |
virtual void onDraw(SkCanvas* canvas) { |