diff options
author | tfarina <tfarina@chromium.org> | 2015-01-05 17:18:51 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-05 17:18:51 -0800 |
commit | aa458fb20a4350da581f8ceec69ea16eec295ced (patch) | |
tree | db81877fcdf6d4bf361ddfce5f81072ea5cc996b /tools | |
parent | 4dd6b72b31d091968c6cc92558684d87cc7b2008 (diff) |
Cleanup: More override fixes - another round.
BUG=skia:3075
TEST=ninja -C out/Debug
TBR=reed@google.com
Review URL: https://codereview.chromium.org/831113002
Diffstat (limited to 'tools')
-rw-r--r-- | tools/PictureResultsWriter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/PictureResultsWriter.h b/tools/PictureResultsWriter.h index 9ef1666ee1..da005ad257 100644 --- a/tools/PictureResultsWriter.h +++ b/tools/PictureResultsWriter.h @@ -138,7 +138,7 @@ public: results.append("\n"); this->logProgress(results.c_str()); } - virtual void end() {} + virtual void end() SK_OVERRIDE {} private: BenchLogger* fLogger; SkString fCurrentLine; |