Chromium Code Reviews| Index: gm/filltypespersp.cpp |
| diff --git a/gm/filltypespersp.cpp b/gm/filltypespersp.cpp |
| index 9d0827c4499b17a6966a4b6cf00e74d5602b96e5..21def99c511cfbd62167a3bf4ee94db7a76bc1fa 100644 |
| --- a/gm/filltypespersp.cpp |
| +++ b/gm/filltypespersp.cpp |
| @@ -33,7 +33,7 @@ protected: |
| } |
| virtual SkISize onISize() { |
| - return make_isize(835, 840); |
| + return SkISize::Make(835, 840); |
| } |
| void showPath(SkCanvas* canvas, int x, int y, SkPath::FillType ft, |