Index: gm/thinrects.cpp |
diff --git a/gm/thinrects.cpp b/gm/thinrects.cpp |
index 7e30a20adfe06669688794a3af8a30370daf1591..6517fe2796d27a6cadb163030560b68599581d34 100644 |
--- a/gm/thinrects.cpp |
+++ b/gm/thinrects.cpp |
@@ -22,7 +22,7 @@ protected: |
} |
virtual SkISize onISize() SK_OVERRIDE { |
- return make_isize(240, 320); |
+ return SkISize::Make(240, 320); |
} |
virtual void onDraw(SkCanvas* canvas) SK_OVERRIDE { |