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