Index: Source/core/rendering/RenderObject.h |
diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h |
index 579d0067ccf0c72776770269ab2e7ba50542e070..cfe79a9c0d54744b18d2be7907e37470988dd697 100644 |
--- a/Source/core/rendering/RenderObject.h |
+++ b/Source/core/rendering/RenderObject.h |
@@ -848,9 +848,6 @@ public: |
bool hasReflection() const { return m_bitfields.hasReflection(); } |
- // Applied as a "slop" to dirty rect checks during the outline painting phase's dirty-rect checks. |
- int maximalOutlineSize(PaintPhase) const; |
- |
enum SelectionState { |
SelectionNone, // The object is not selected. |
SelectionStart, // The object either contains the start of a selection run or is the start of a run |