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

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

Issue 631803002: Replacing the OVERRIDE with override and FINAL with final (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase issue Created 6 years, 2 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/FEDisplacementMap.h
diff --git a/Source/platform/graphics/filters/FEDisplacementMap.h b/Source/platform/graphics/filters/FEDisplacementMap.h
index d890b921f3de7e215e3c08809ba93322f31b45eb..b5499ce5a67fbc76e381cc33dcedf5b15ead980e 100644
--- a/Source/platform/graphics/filters/FEDisplacementMap.h
+++ b/Source/platform/graphics/filters/FEDisplacementMap.h
@@ -53,7 +53,7 @@ public:
virtual void setResultColorSpace(ColorSpace) override;
virtual void transformResultColorSpace(FilterEffect*, const int) override;
- virtual FloatRect mapPaintRect(const FloatRect&, bool forward = true) override FINAL;
+ virtual FloatRect mapPaintRect(const FloatRect&, bool forward = true) override final;
virtual TextStream& externalRepresentation(TextStream&, int indention) const override;
« no previous file with comments | « Source/platform/graphics/filters/FEConvolveMatrix.h ('k') | Source/platform/graphics/filters/FEDropShadow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698