| Index: Source/platform/graphics/ImageBuffer.h
|
| diff --git a/Source/platform/graphics/ImageBuffer.h b/Source/platform/graphics/ImageBuffer.h
|
| index 8a54fd88ff882f5942afa7c132077ffd51c4dd46..db9d8adb34eedf0342ee047195bec24e5fab0946 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();
|
|
|