Chromium Code Reviews

Unified Diff: gm/convexpolyclip.cpp

Issue 326523002: Cleanup: Get rid of make_isize() function from gm.h. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « gm/convexpaths.cpp ('k') | gm/convexpolyeffect.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/convexpolyclip.cpp
diff --git a/gm/convexpolyclip.cpp b/gm/convexpolyclip.cpp
index edafea2f975bfdefbd10b5fdec6b7e3ab0ac8e7e..6de72dc3b64e2e2cc42de72b4ac795be7b92d062 100644
--- a/gm/convexpolyclip.cpp
+++ b/gm/convexpolyclip.cpp
@@ -88,7 +88,7 @@ protected:
if (kBench_Mode != this->getMode()) {
w *= 2;
}
- return make_isize(w, 540);
+ return SkISize::Make(w, 540);
}
virtual void onOnceBeforeDraw() SK_OVERRIDE {
« no previous file with comments | « gm/convexpaths.cpp ('k') | gm/convexpolyeffect.cpp » ('j') | no next file with comments »

Powered by Google App Engine