Index: Source/core/platform/graphics/ImageBuffer.h |
diff --git a/Source/core/platform/graphics/ImageBuffer.h b/Source/core/platform/graphics/ImageBuffer.h |
index 353cf5e9b501a49a62d46e22834498af47828c8f..5acbe9d91bf4b3f75e5c70bbf5fb5bebe825f238 100644 |
--- a/Source/core/platform/graphics/ImageBuffer.h |
+++ b/Source/core/platform/graphics/ImageBuffer.h |
@@ -120,8 +120,6 @@ namespace WebCore { |
// with textures that are RGB or RGBA format, and UNSIGNED_BYTE type. |
bool copyToPlatformTexture(GraphicsContext3D&, Platform3DObject, GC3Denum, bool, bool); |
- void reportMemoryUsage(MemoryObjectInfo*) const; |
- |
private: |
void clip(GraphicsContext*, const FloatRect&) const; |