Chromium Code Reviews| Index: tools/PictureResultsWriter.h |
| diff --git a/tools/PictureResultsWriter.h b/tools/PictureResultsWriter.h |
| index 9ef1666ee1cf165cfbeac5f1bc4419ef4b429393..da005ad257a68721022c701a392c578b9bba34fa 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; |