aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/skia_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/skia_test.cpp')
-rw-r--r--tests/skia_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp
index a1c3c23781..2b11e3ab50 100644
--- a/tests/skia_test.cpp
+++ b/tests/skia_test.cpp
@@ -96,7 +96,7 @@ public:
SkDebugf("\nFAILED: %s", failure.toString().c_str());
fError = true;
}
- void* stats() { return fStats; }
+ void* stats() const override { return fStats; }
void* fStats;
bool fError;
int fTestCount;