Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: gm/patheffects.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gm/ovals.cpp ('k') | gm/pathopsinverse.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/patheffects.cpp
diff --git a/gm/patheffects.cpp b/gm/patheffects.cpp
index 35bb84a0cf425ae58bb6a052aace698c2cf22e02..7177a531f1c78d866411422b8cf3609ca4ce1c5b 100644
--- a/gm/patheffects.cpp
+++ b/gm/patheffects.cpp
@@ -115,7 +115,7 @@ protected:
return SkString("patheffect");
}
- SkISize onISize() { return make_isize(800, 600); }
+ SkISize onISize() { return SkISize::Make(800, 600); }
virtual void onDraw(SkCanvas* canvas) {
SkPaint paint;
« no previous file with comments | « gm/ovals.cpp ('k') | gm/pathopsinverse.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698