Index: Source/platform/graphics/gpu/DrawingBuffer.h |
diff --git a/Source/platform/graphics/gpu/DrawingBuffer.h b/Source/platform/graphics/gpu/DrawingBuffer.h |
index 4c457b7c7b747dc97b8763a629758a6bbe6de54f..1f2e4ec31e97fcadf5480bb6339317a5966e43f3 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) OVERRIDE; |
// Destroys the TEXTURE_2D binding for the owned context |
bool copyToPlatformTexture(blink::WebGraphicsContext3D*, Platform3DObject texture, GLenum internalFormat, |