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

Unified Diff: Source/platform/graphics/GraphicsLayer.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/GraphicsLayer.h
diff --git a/Source/platform/graphics/GraphicsLayer.h b/Source/platform/graphics/GraphicsLayer.h
index 96470b50ed4b6e7f65c6d5bd81a819047812b9b9..dfd83a4927b1ee539cc004bffd93740693e56d0d 100644
--- a/Source/platform/graphics/GraphicsLayer.h
+++ b/Source/platform/graphics/GraphicsLayer.h
@@ -87,7 +87,7 @@ public:
GraphicsLayerClient* client() const { return m_client; }
// WebLayerClient implementation.
- virtual WebGraphicsLayerDebugInfo* takeDebugInfoFor(WebLayer*) OVERRIDE;
+ virtual WebGraphicsLayerDebugInfo* takeDebugInfoFor(WebLayer*) override;
GraphicsLayerDebugInfo& debugInfo();
@@ -232,14 +232,14 @@ public:
static void unregisterContentsLayer(WebLayer*);
// GraphicsContextPainter implementation.
- virtual void paint(GraphicsContext&, const IntRect& clip) OVERRIDE;
+ virtual void paint(GraphicsContext&, const IntRect& clip) override;
// WebCompositorAnimationDelegate implementation.
- virtual void notifyAnimationStarted(double monotonicTime, WebCompositorAnimation::TargetProperty) OVERRIDE;
- virtual void notifyAnimationFinished(double monotonicTime, WebCompositorAnimation::TargetProperty) OVERRIDE;
+ virtual void notifyAnimationStarted(double monotonicTime, WebCompositorAnimation::TargetProperty) override;
+ virtual void notifyAnimationFinished(double monotonicTime, WebCompositorAnimation::TargetProperty) override;
// WebLayerScrollClient implementation.
- virtual void didScroll() OVERRIDE;
+ virtual void didScroll() override;
protected:
String debugName(WebLayer*) const;
« no previous file with comments | « Source/platform/graphics/GradientGeneratedImage.h ('k') | Source/platform/graphics/GraphicsLayerDebugInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698