| 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;
|
| }
|
|
|
|
|