Index: Source/core/platform/graphics/GraphicsLayer.h |
diff --git a/Source/core/platform/graphics/GraphicsLayer.h b/Source/core/platform/graphics/GraphicsLayer.h |
index 38c61dd8fac4071a8235c191b0a6f63b2585dd67..3f3d29f52b87b78cb422c1e6a7bb6206d6258f48 100644 |
--- a/Source/core/platform/graphics/GraphicsLayer.h |
+++ b/Source/core/platform/graphics/GraphicsLayer.h |
@@ -334,8 +334,6 @@ private: |
int incrementPaintCount() { return ++m_paintCount; } |
- static void writeIndent(TextStream&, int indent); |
- |
void dumpProperties(TextStream&, int indent, LayerTreeFlags) const; |
void dumpAdditionalProperties(TextStream&, int /*indent*/, LayerTreeFlags) const { } |