Index: Source/platform/graphics/gpu/DrawingBuffer.h |
diff --git a/Source/platform/graphics/gpu/DrawingBuffer.h b/Source/platform/graphics/gpu/DrawingBuffer.h |
index 5e725495a02223e0a626bc1bcbbef87f915b75aa..4c457b7c7b747dc97b8763a629758a6bbe6de54f 100644 |
--- a/Source/platform/graphics/gpu/DrawingBuffer.h |
+++ b/Source/platform/graphics/gpu/DrawingBuffer.h |
@@ -158,7 +158,7 @@ public: |
// 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); |
+ GLenum destType, GLint level, bool premultiplyAlpha, bool flipY, bool fromFrontBuffer = false); |
void setPackAlignment(GLint param); |