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

Unified Diff: Source/platform/graphics/Canvas2DLayerBridge.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/Canvas2DLayerBridge.h
diff --git a/Source/platform/graphics/Canvas2DLayerBridge.h b/Source/platform/graphics/Canvas2DLayerBridge.h
index 31732573003ad7db6daf7f50999280379640fdb6..c6e8a1169bdf543aafe7291fd9d5056c83933e8d 100644
--- a/Source/platform/graphics/Canvas2DLayerBridge.h
+++ b/Source/platform/graphics/Canvas2DLayerBridge.h
@@ -56,14 +56,14 @@ public:
virtual ~Canvas2DLayerBridge();
// WebExternalTextureLayerClient implementation.
- virtual bool prepareMailbox(WebExternalTextureMailbox*, WebExternalBitmap*) OVERRIDE;
- virtual void mailboxReleased(const WebExternalTextureMailbox&, bool lostResource) OVERRIDE;
+ virtual bool prepareMailbox(WebExternalTextureMailbox*, WebExternalBitmap*) override;
+ virtual void mailboxReleased(const WebExternalTextureMailbox&, bool lostResource) override;
// SkDeferredCanvas::NotificationClient implementation
- virtual void prepareForDraw() OVERRIDE;
- virtual void storageAllocatedForRecordingChanged(size_t) OVERRIDE;
- virtual void flushedDrawCommands() OVERRIDE;
- virtual void skippedPendingDrawCommands() OVERRIDE;
+ virtual void prepareForDraw() override;
+ virtual void storageAllocatedForRecordingChanged(size_t) override;
+ virtual void flushedDrawCommands() override;
+ virtual void skippedPendingDrawCommands() override;
// ImageBufferSurface implementation
void finalizeFrame(const FloatRect &dirtyRect);
« no previous file with comments | « Source/platform/graphics/Canvas2DImageBufferSurface.h ('k') | Source/platform/graphics/Canvas2DLayerManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698