| Index: Source/platform/graphics/gpu/DrawingBuffer.h
|
| diff --git a/Source/platform/graphics/gpu/DrawingBuffer.h b/Source/platform/graphics/gpu/DrawingBuffer.h
|
| index 1cd75dfbb4693140b19c8a0d4b3c76af953843fd..c1526315b9f9bec4a0cf3563e4ae69bd90e71de5 100644
|
| --- a/Source/platform/graphics/gpu/DrawingBuffer.h
|
| +++ b/Source/platform/graphics/gpu/DrawingBuffer.h
|
| @@ -134,6 +134,7 @@ public:
|
| virtual bool prepareMailbox(blink::WebExternalTextureMailbox*, blink::WebExternalBitmap*) OVERRIDE;
|
| virtual void mailboxReleased(const blink::WebExternalTextureMailbox&) OVERRIDE;
|
|
|
| + // Destroys the TEXTURE_2D binding for the owned context
|
| bool copyToPlatformTexture(blink::WebGraphicsContext3D*, Platform3DObject texture, GLenum internalFormat,
|
| GLenum destType, GLint level, bool premultiplyAlpha, bool flipY);
|
|
|
|
|