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

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

Issue 630853002: Replacing the OVERRIDE with override in third_party/WebKit/Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase build fix 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/FEBlend.h
diff --git a/Source/platform/graphics/filters/FEBlend.h b/Source/platform/graphics/filters/FEBlend.h
index 3dd1fcd5c9bcb29669521ab799fb730c757ee8c5..eeaefded16c0c0ff5ddf7da74b046cdca356174e 100644
--- a/Source/platform/graphics/filters/FEBlend.h
+++ b/Source/platform/graphics/filters/FEBlend.h
@@ -39,14 +39,14 @@ public:
unsigned colorArrayLength);
void platformApplyNEON(unsigned char* srcPixelArrayA, unsigned char* srcPixelArrayB, unsigned char* dstPixelArray,
unsigned colorArrayLength);
- virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE;
+ virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) override;
- virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
+ virtual TextStream& externalRepresentation(TextStream&, int indention) const override;
private:
FEBlend(Filter*, WebBlendMode);
- virtual void applySoftware() OVERRIDE;
+ virtual void applySoftware() override;
bool applySoftwareNEON();
WebBlendMode m_mode;
« no previous file with comments | « Source/platform/graphics/filters/DistantLightSource.h ('k') | Source/platform/graphics/filters/FEColorMatrix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698