Index: Source/platform/graphics/gpu/DrawingBuffer.h |
diff --git a/Source/platform/graphics/gpu/DrawingBuffer.h b/Source/platform/graphics/gpu/DrawingBuffer.h |
index d8bb2eb92f360e79907db8e220d853455e59d976..e60f25509dda6c436356a1f7070e07e342e0ef82 100644 |
--- a/Source/platform/graphics/gpu/DrawingBuffer.h |
+++ b/Source/platform/graphics/gpu/DrawingBuffer.h |
@@ -153,8 +153,8 @@ public: |
WebGraphicsContext3D::Attributes getActualAttributes() const { return m_actualAttributes; } |
// WebExternalTextureLayerClient implementation. |
- virtual bool prepareMailbox(WebExternalTextureMailbox*, WebExternalBitmap*) OVERRIDE; |
- virtual void mailboxReleased(const WebExternalTextureMailbox&, bool lostResource = false) OVERRIDE; |
+ virtual bool prepareMailbox(WebExternalTextureMailbox*, WebExternalBitmap*) override; |
+ virtual void mailboxReleased(const WebExternalTextureMailbox&, bool lostResource = false) override; |
// Destroys the TEXTURE_2D binding for the owned context |
bool copyToPlatformTexture(WebGraphicsContext3D*, Platform3DObject texture, GLenum internalFormat, |