| 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 651e8c9cc735f7a81c4b38c22e69f14b9fb04a88..d41b5b93d65f8a1d5ef6f6dad4d3d24ce114954b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| @@ -122,9 +122,7 @@
|
| // with textures that are RGB or RGBA format, UNSIGNED_BYTE type and level 0, as specified in
|
| // Extensions3D::canUseCopyTextureCHROMIUM().
|
| // Destroys the TEXTURE_2D binding for the active texture unit of the passed context
|
| - bool copyToPlatformTexture(WebGraphicsContext3D*, GLenum, Platform3DObject, GLenum, GLenum, GLint, bool, bool);
|
| - bool copySubToPlatformTexture(WebGraphicsContext3D*, GLenum, Platform3DObject, GLint, GLint xoffset,
|
| - GLint yoffset, GLsizei width, GLsizei height, bool, bool);
|
| + bool copyToPlatformTexture(WebGraphicsContext3D*, Platform3DObject, GLenum, GLenum, GLint, bool, bool);
|
|
|
| bool copyRenderingResultsFromDrawingBuffer(DrawingBuffer*, SourceDrawingBuffer);
|
|
|
| @@ -150,10 +148,6 @@
|
| DrawnToAfterSnapshot,
|
| };
|
| mutable SnapshotState m_snapshotState;
|
| -
|
| - bool copyToPlatformTextureInternal(bool isFullCopy, WebGraphicsContext3D*, GLenum, Platform3DObject, GLenum, GLenum,
|
| - GLint, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, bool, bool);
|
| -
|
| OwnPtr<ImageBufferSurface> m_surface;
|
| ImageBufferClient* m_client;
|
| };
|
|
|