| Index: third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| index ba8e471aab88383ec77a8955d99036c248abf69c..435e534ab268fba5812c17123862592074e8787c 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| @@ -145,7 +145,8 @@ class PLATFORM_EXPORT ImageBuffer {
|
| // FIXME: Current implementations of this method only work with textures that
|
| // are RGB or RGBA format, UNSIGNED_BYTE type and level 0, as specified in
|
| // Extensions3D::canUseCopyTextureCHROMIUM().
|
| - bool copyToPlatformTexture(gpu::gles2::GLES2Interface*,
|
| + bool copyToPlatformTexture(SnapshotReason,
|
| + gpu::gles2::GLES2Interface*,
|
| GLuint texture,
|
| GLenum internalFormat,
|
| GLenum destType,
|
|
|