Unbreak -z. The LocalReporter shim layer was forcing the pathops options back to defaults.
BUG=
R=caryclark@google.com
Author: mtklein@google.com
Review URL: https://chromiumcodereview.appspot.com/13849013
git-svn-id: http://skia.googlecode.com/svn/trunk@8804 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp
index 7db5e5c..516ab7e 100644
--- a/tests/skia_test.cpp
+++ b/tests/skia_test.cpp
@@ -73,11 +73,11 @@
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;
}