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

Unified Diff: tests/skia_test.cpp

Issue 13849013: Unbreak -z. The LocalReporter shim layer was forcing the pathops options back to defaults. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: explicit Created 7 years, 8 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 | « tests/Test.cpp ('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 6330b326a883a6cb26551ca4f985571c144410f7..715a576ac39ba4c0289fa7671b05fec37e1614cb 100644
--- a/tests/skia_test.cpp
+++ b/tests/skia_test.cpp
@@ -77,11 +77,11 @@ public:
fTotal = total;
}
- virtual bool allowExtendedTest() const {
+ virtual bool allowExtendedTest() const SK_OVERRIDE {
return fAllowExtendedTest;
}
- virtual bool allowThreaded() const {
+ virtual bool allowThreaded() const SK_OVERRIDE {
return fAllowThreaded;
}
« no previous file with comments | « tests/Test.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698