Chromium Code Reviews| Index: gm/strokerects.cpp |
| diff --git a/gm/strokerects.cpp b/gm/strokerects.cpp |
| index eb37f32baf3c4e87f1c5917d461cab6e349c1454..f3445cc35d0fc2ba386b9a8430a98e054155e13f 100644 |
| --- a/gm/strokerects.cpp |
| +++ b/gm/strokerects.cpp |
| @@ -34,7 +34,7 @@ protected: |
| } |
| virtual SkISize onISize() { |
| - return make_isize(W*2, H*2); |
| + return SkISize::Make(W*2, H*2); |
| } |
| static void rnd_rect(SkRect* r, SkLCGRandom& rand) { |