aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/skia_test.cpp
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2016-10-06 07:06:00 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-10-06 07:06:00 -0700
commitf114a9bb4ea1169ce9ad59938403aabca105fdee (patch)
tree04c4718861041746ec47845f51d11a00caa77a23 /tests/skia_test.cpp
parent6069ddabd8385ff838236dc25d7354e71649c9f3 (diff)
fix mac all build
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;