Index: gm/texturedomaineffect.cpp |
diff --git a/gm/texturedomaineffect.cpp b/gm/texturedomaineffect.cpp |
index babf80029ec1e80495cc9b1e38482c5b639fc087..5f319779e52a8fe075ec487d830a5079b90b1eb7 100644 |
--- a/gm/texturedomaineffect.cpp |
+++ b/gm/texturedomaineffect.cpp |
@@ -35,7 +35,7 @@ protected: |
} |
virtual SkISize onISize() SK_OVERRIDE { |
- return make_isize(400, 800); |
+ return SkISize::Make(400, 800); |
} |
virtual uint32_t onGetFlags() const SK_OVERRIDE { |