Index: gm/imagealphathreshold.cpp |
diff --git a/gm/imagealphathreshold.cpp b/gm/imagealphathreshold.cpp |
index 0e13945899ca82fab04dc1e5a6976f426615f22d..947f72aceef0d47269e93f518d063c83dfb28aac 100644 |
--- a/gm/imagealphathreshold.cpp |
+++ b/gm/imagealphathreshold.cpp |
@@ -34,7 +34,7 @@ protected: |
} |
virtual SkISize onISize() SK_OVERRIDE { |
- return make_isize(WIDTH, HEIGHT); |
+ return SkISize::Make(WIDTH, HEIGHT); |
} |
virtual void onDraw(SkCanvas* canvas) SK_OVERRIDE { |