| Index: Source/platform/graphics/ImageBuffer.h
|
| diff --git a/Source/platform/graphics/ImageBuffer.h b/Source/platform/graphics/ImageBuffer.h
|
| index 2818dc129a3b45f41773d3243d7195bdcb3af6aa..5009f52bb64f9ffa8434661b97f58234b864ce44 100644
|
| --- a/Source/platform/graphics/ImageBuffer.h
|
| +++ b/Source/platform/graphics/ImageBuffer.h
|
| @@ -134,9 +134,6 @@ public:
|
| // Destroys the TEXTURE_2D binding for the active texture unit of the passed context
|
| bool copyToPlatformTexture(WebGraphicsContext3D*, Platform3DObject, GLenum, GLenum, GLint, bool, bool);
|
|
|
| - Platform3DObject getBackingTexture();
|
| - void didModifyBackingTexture();
|
| -
|
| bool copyRenderingResultsFromDrawingBuffer(DrawingBuffer*, SourceDrawingBuffer);
|
|
|
| void flush();
|
|
|