Index: Source/core/frame/FrameView.h |
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h |
index fc31daebfc838a6a7fb3cdd02e2390c5e879e754..c1dd4aac3a1e441b23c6e669b550031bf798d545 100644 |
--- a/Source/core/frame/FrameView.h |
+++ b/Source/core/frame/FrameView.h |
@@ -87,7 +87,6 @@ public: |
bool didFirstLayout() const; |
void scheduleRelayout(); |
void scheduleRelayoutOfSubtree(RenderObject*); |
- void unscheduleRelayout(); |
bool layoutPending() const; |
bool isInPerformLayout() const { return m_inPerformLayout; } |
@@ -438,7 +437,6 @@ private: |
unsigned m_slowRepaintObjectCount; |
bool m_hasPendingLayout; |
- bool m_delayedLayout; |
RenderObject* m_layoutSubtreeRoot; |
bool m_layoutSchedulingEnabled; |