| Index: third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
|
| index ca3707aaffad87d22bde5c49c83bd0cbac154ebd..b776ff6e57d6250c84147357ef7db8df3f81ce43 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
|
| @@ -202,10 +202,8 @@ class PLATFORM_EXPORT DrawingBuffer
|
| PassRefPtr<StaticBitmapImage> TransferToStaticBitmapImage();
|
|
|
| bool CopyToPlatformTexture(gpu::gles2::GLES2Interface*,
|
| + GLenum target,
|
| GLuint texture,
|
| - GLenum internal_format,
|
| - GLenum dest_type,
|
| - GLint level,
|
| bool premultiply_alpha,
|
| bool flip_y,
|
| const IntPoint& dest_texture_offset,
|
|
|