| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index a2c9834394a8d6b7d09ca995497aaf57784cf5ce..5275b5d26e5d384cafe54aabe48e01b8fe75660c 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -85,7 +85,6 @@ public:
|
|
|
| void layout(bool allowSubtree = true);
|
| bool didFirstLayout() const;
|
| - void layoutTimerFired(Timer<FrameView>*);
|
| void scheduleRelayout();
|
| void scheduleRelayoutOfSubtree(RenderObject*);
|
| void unscheduleRelayout();
|
| @@ -443,7 +442,7 @@ private:
|
| bool m_contentIsOpaque;
|
| unsigned m_slowRepaintObjectCount;
|
|
|
| - Timer<FrameView> m_layoutTimer;
|
| + bool m_hasPendingLayout;
|
| bool m_delayedLayout;
|
| RenderObject* m_layoutSubtreeRoot;
|
|
|
|
|