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

Unified Diff: Source/platform/graphics/filters/SourceAlpha.h

Issue 137933002: Update more platform classes to use OVERRIDE / FINAL when needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
Index: Source/platform/graphics/filters/SourceAlpha.h
diff --git a/Source/platform/graphics/filters/SourceAlpha.h b/Source/platform/graphics/filters/SourceAlpha.h
index 711e9e38100b0b9e68e1d2f95f9b3a625329c1c5..ee1de7f5379bee51649f57d3be20bd22501449b5 100644
--- a/Source/platform/graphics/filters/SourceAlpha.h
+++ b/Source/platform/graphics/filters/SourceAlpha.h
@@ -34,9 +34,9 @@ public:
virtual FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) OVERRIDE;
- virtual FilterEffectType filterEffectType() const { return FilterEffectTypeSourceInput; }
+ virtual FilterEffectType filterEffectType() const OVERRIDE { return FilterEffectTypeSourceInput; }
- virtual TextStream& externalRepresentation(TextStream&, int indention) const;
+ virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE;
private:
« no previous file with comments | « Source/platform/graphics/filters/ReferenceFilter.h ('k') | Source/platform/graphics/filters/SourceGraphic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698