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

Unified Diff: Source/platform/graphics/filters/ReferenceFilter.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
« no previous file with comments | « Source/platform/graphics/filters/PointLightSource.h ('k') | Source/platform/graphics/filters/SourceAlpha.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/filters/ReferenceFilter.h
diff --git a/Source/platform/graphics/filters/ReferenceFilter.h b/Source/platform/graphics/filters/ReferenceFilter.h
index a3bb7a614f34f8a49794085411e1a1483d96db92..fdfc2578724ff09c749362630eb5addb55ad18bb 100644
--- a/Source/platform/graphics/filters/ReferenceFilter.h
+++ b/Source/platform/graphics/filters/ReferenceFilter.h
@@ -48,7 +48,7 @@ public:
return adoptRef(new ReferenceFilter());
}
- virtual IntRect sourceImageRect() const OVERRIDE { return IntRect(); };
+ virtual IntRect sourceImageRect() const override { return IntRect(); };
void setLastEffect(PassRefPtr<FilterEffect>);
FilterEffect* lastEffect() const { return m_lastEffect.get(); }
« no previous file with comments | « Source/platform/graphics/filters/PointLightSource.h ('k') | Source/platform/graphics/filters/SourceAlpha.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698