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

Unified Diff: tests/skia_test.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
« src/images/SkImageDecoder_libpng.cpp ('K') | « tests/Test.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/skia_test.cpp
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp
index 7d22ff69acbb541956e8815fae1b977351283816..a070820c944803fc4159f123af07fd2c82faa07f 100644
--- a/tests/skia_test.cpp
+++ b/tests/skia_test.cpp
@@ -41,7 +41,7 @@ public:
Test* next() {
if (fReg) {
- TestRegistry::Factory fact = fReg->factory();
+ TestRegistry::Data fact = fReg->data();
fReg = fReg->next();
Test* test = fact(NULL);
test->setReporter(fReporter);
« src/images/SkImageDecoder_libpng.cpp ('K') | « tests/Test.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698