| Index: gm/rrects.cpp
|
| diff --git a/gm/rrects.cpp b/gm/rrects.cpp
|
| index 8e4b199c72a3e70d8af617e6a8f06bac09422e96..795a61575b19d2160a732896a940b8a90ae1c488 100644
|
| --- a/gm/rrects.cpp
|
| +++ b/gm/rrects.cpp
|
| @@ -54,7 +54,9 @@ protected:
|
| return name;
|
| }
|
|
|
| - virtual SkISize onISize() SK_OVERRIDE { return make_isize(kImageWidth, kImageHeight); }
|
| + virtual SkISize onISize() SK_OVERRIDE {
|
| + return SkISize::Make(kImageWidth, kImageHeight);
|
| + }
|
|
|
| virtual uint32_t onGetFlags() const SK_OVERRIDE {
|
| if (kEffect_Type == fType) {
|
|
|