| Index: Source/core/page/FrameView.h
|
| diff --git a/Source/core/page/FrameView.h b/Source/core/page/FrameView.h
|
| index 6440cc93f247bbfd3e61c887f6c4bccb6ebf5e28..3e791bc0eabe5f724ee99f80317ad76e893336d1 100644
|
| --- a/Source/core/page/FrameView.h
|
| +++ b/Source/core/page/FrameView.h
|
| @@ -102,8 +102,6 @@ public:
|
| bool layoutPending() const;
|
| bool isInLayout() const { return m_inLayout; }
|
|
|
| - void layoutLazyBlocks();
|
| -
|
| RenderObject* layoutRoot(bool onlyDuringLayout = false) const;
|
| void clearLayoutRoot() { m_layoutRoot = 0; }
|
| int layoutCount() const { return m_layoutCount; }
|
|
|