Chromium Code Reviews| Index: gm/shaderbounds.cpp |
| diff --git a/gm/shaderbounds.cpp b/gm/shaderbounds.cpp |
| index f82985bf520c8fe052de8d737c4b42cb6bc802d9..55e334cb3a0753429b5bce2a64e504ab5c6d7132 100644 |
| --- a/gm/shaderbounds.cpp |
| +++ b/gm/shaderbounds.cpp |
| @@ -42,7 +42,7 @@ protected: |
| return fName; |
| } |
| - virtual SkISize onISize() { return make_isize(320, 240); } |
| + virtual SkISize onISize() { return SkISize::Make(320, 240); } |
| virtual SkMatrix onGetInitialTransform() const SK_OVERRIDE { |
| SkMatrix result; |