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

Unified Diff: gm/concavepaths.cpp

Issue 1518893002: Use DEF_GM everywhere (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years 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/bitmaprect.cpp ('k') | gm/drawfilter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/concavepaths.cpp
diff --git a/gm/concavepaths.cpp b/gm/concavepaths.cpp
index 37635f8b67f6ddaf1fbd07f2d12291703df2906e..4008a6457ecfe83e754f0d49a99ff2f1b0c7a27b 100644
--- a/gm/concavepaths.cpp
+++ b/gm/concavepaths.cpp
@@ -388,5 +388,4 @@ private:
typedef skiagm::GM INHERITED;
};
-static skiagm::GM* F0(void*) { return new ConcavePathsGM; }
-static skiagm::GMRegistry R0(F0);
+DEF_GM( return new ConcavePathsGM; )
« no previous file with comments | « gm/bitmaprect.cpp ('k') | gm/drawfilter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698