Index: gm/xfermodes3.cpp |
diff --git a/gm/xfermodes3.cpp b/gm/xfermodes3.cpp |
index d5790d5e8a046e030c8352bfcceaf409d168286a..92367f37bc249b1fe1b921e10a9e6aba4fda08b0 100644 |
--- a/gm/xfermodes3.cpp |
+++ b/gm/xfermodes3.cpp |
@@ -32,7 +32,7 @@ protected: |
} |
virtual SkISize onISize() SK_OVERRIDE { |
- return make_isize(630, 1215); |
+ return SkISize::Make(630, 1215); |
} |
virtual void onDrawBackground(SkCanvas* canvas) SK_OVERRIDE { |