Index: Source/platform/graphics/gpu/DrawingBuffer.h |
diff --git a/Source/platform/graphics/gpu/DrawingBuffer.h b/Source/platform/graphics/gpu/DrawingBuffer.h |
index 3ebbebc292bb10f6723d3a629635acafb5581aec..f3cc601a1abc4d26c5879eb638afc71aa173387c 100644 |
--- a/Source/platform/graphics/gpu/DrawingBuffer.h |
+++ b/Source/platform/graphics/gpu/DrawingBuffer.h |
@@ -154,7 +154,7 @@ public: |
// WebExternalTextureLayerClient implementation. |
virtual bool prepareMailbox(blink::WebExternalTextureMailbox*, blink::WebExternalBitmap*) OVERRIDE; |
- virtual void mailboxReleased(const blink::WebExternalTextureMailbox&) OVERRIDE; |
+ virtual void mailboxReleased(const blink::WebExternalTextureMailbox&, bool lostResource = false) OVERRIDE; |
// Destroys the TEXTURE_2D binding for the owned context |
bool copyToPlatformTexture(blink::WebGraphicsContext3D*, Platform3DObject texture, GLenum internalFormat, |