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

Unified Diff: gm/degeneratesegments.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/dashing.cpp ('k') | gm/deviceproperties.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/degeneratesegments.cpp
diff --git a/gm/degeneratesegments.cpp b/gm/degeneratesegments.cpp
index 022f1b1920bc989bbaec925f9016969d7425131a..e8de51561dd77670dd13edda2dd3e11cda6c9be1 100644
--- a/gm/degeneratesegments.cpp
+++ b/gm/degeneratesegments.cpp
@@ -30,7 +30,7 @@ protected:
return SkString("degeneratesegments");
}
- SkISize onISize() { return make_isize(896, 930); }
+ SkISize onISize() { return SkISize::Make(896, 930); }
typedef SkPoint (*AddSegmentFunc)(SkPath&, SkPoint&);
« no previous file with comments | « gm/dashing.cpp ('k') | gm/deviceproperties.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698