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

Unified Diff: gm/blurs.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/bitmapscroll.cpp ('k') | gm/circles.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/blurs.cpp
diff --git a/gm/blurs.cpp b/gm/blurs.cpp
index bc73d9577fed8d4d1c4a62b58a5f4b6aad567620..8a8949a14c4914a57c4a6f63cc19e22d6e384a23 100644
--- a/gm/blurs.cpp
+++ b/gm/blurs.cpp
@@ -27,7 +27,7 @@ protected:
}
virtual SkISize onISize() {
- return make_isize(700, 500);
+ return SkISize::Make(700, 500);
}
virtual void onDraw(SkCanvas* canvas) {
« no previous file with comments | « gm/bitmapscroll.cpp ('k') | gm/circles.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698