Chromium Code Reviews| Index: gm/points.cpp |
| diff --git a/gm/points.cpp b/gm/points.cpp |
| index f4df7410922cc03fba649b7e72af725c977de5d2..793e2e8f4f0788b62f15b4f1520edc2d929ec101 100644 |
| --- a/gm/points.cpp |
| +++ b/gm/points.cpp |
| @@ -24,7 +24,7 @@ protected: |
| } |
| virtual SkISize onISize() { |
| - return make_isize(640, 490); |
| + return SkISize::Make(640, 490); |
| } |
| static void fill_pts(SkPoint pts[], size_t n, SkLCGRandom* rand) { |