Chromium Code Reviews| Index: gm/thinstrokedrects.cpp |
| diff --git a/gm/thinstrokedrects.cpp b/gm/thinstrokedrects.cpp |
| index 19746f79a763d3120ffef34ac5a5ad3f6f54c08a..37ffb35620bf952f43ccd6002f8be335351545a0 100644 |
| --- a/gm/thinstrokedrects.cpp |
| +++ b/gm/thinstrokedrects.cpp |
| @@ -26,7 +26,7 @@ protected: |
| } |
| virtual SkISize onISize() SK_OVERRIDE { |
| - return make_isize(240, 320); |
| + return SkISize::Make(240, 320); |
| } |
| virtual void onDraw(SkCanvas* canvas) SK_OVERRIDE { |