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

Unified Diff: gm/beziers.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/arithmode.cpp ('k') | gm/bitmaprect.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/beziers.cpp
diff --git a/gm/beziers.cpp b/gm/beziers.cpp
index 68960edbf3eeaf5eaf200ce2874e62367f2f5d98..20abb0307c4d34cb223250054eb62b5c3e5cb691 100755
--- a/gm/beziers.cpp
+++ b/gm/beziers.cpp
@@ -80,5 +80,4 @@ private:
typedef skiagm::GM INHERITED;
};
-static skiagm::GM* F0(void*) { return new BeziersGM; }
-static skiagm::GMRegistry R0(F0);
+DEF_GM( return new BeziersGM; )
« no previous file with comments | « gm/arithmode.cpp ('k') | gm/bitmaprect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698