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..b45d9d5b7d71e61fc6b63b3ca6e15cc7163418ef 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) OVERRIDE; |
danakj
2014/07/03 15:09:02
var name
Hongbo Min
2014/07/07 04:30:28
Done.
|
// Destroys the TEXTURE_2D binding for the owned context |
bool copyToPlatformTexture(blink::WebGraphicsContext3D*, Platform3DObject texture, GLenum internalFormat, |