Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: tools/PictureResultsWriter.h

Issue 831113002: Cleanup: More override fixes - another round. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/animator/SkTextToPath.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « src/animator/SkTextToPath.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698