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

Unified Diff: src/core/SkPicturePreroll.cpp

Issue 894153002: add missing SK_OVERRIDE (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkPicturePreroll.cpp
diff --git a/src/core/SkPicturePreroll.cpp b/src/core/SkPicturePreroll.cpp
index b0a4b17f56c71441fa2bd3c462ac6423082cccc2..c2d10fc7a28d975aee61b7512afa1c7eb31f0e68 100644
--- a/src/core/SkPicturePreroll.cpp
+++ b/src/core/SkPicturePreroll.cpp
@@ -62,7 +62,7 @@ protected:
this->handlePaint(paint);
}
- void onDrawPoints(PointMode, size_t, const SkPoint[], const SkPaint& paint) {
+ void onDrawPoints(PointMode, size_t, const SkPoint[], const SkPaint& paint) SK_OVERRIDE {
this->handlePaint(paint);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698