fix mac all build
authorcaryclark <caryclark@google.com>
Thu, 6 Oct 2016 14:06:00 +0000 (07:06 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 6 Oct 2016 14:06:00 +0000 (07:06 -0700)
R=reed@google.com
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2394943002

Review-Url: https://codereview.chromium.org/2394943002

tests/skia_test.cpp

index a1c3c23..2b11e3a 100644 (file)
@@ -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;