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

Unified Diff: gm/gmmain.cpp

Issue 23453031: Rewrite SkTRegistry to take any trivially-copyable type. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 3 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
Index: gm/gmmain.cpp
diff --git a/gm/gmmain.cpp b/gm/gmmain.cpp
index 5ebccb24e78a1c4c8ee0ea3f7a67f40229c569ca..2e9f4b73ab210b468c28a672c77115f1f2c77ae8 100644
--- a/gm/gmmain.cpp
+++ b/gm/gmmain.cpp
@@ -106,7 +106,7 @@ public:
GM* next() {
if (fReg) {
- GMRegistry::Factory fact = fReg->factory();
+ GMRegistry::Data fact = fReg->data();
fReg = fReg->next();
return fact(0);
}

Powered by Google App Engine
This is Rietveld 408576698