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; |