Index: Source/core/page/FrameView.h |
diff --git a/Source/core/page/FrameView.h b/Source/core/page/FrameView.h |
index cd8828d66dc40631617d1b5f1ff56a222cc54233..a9b90b5ffdcb27561aa1ac42f4ab0d515fef315b 100644 |
--- a/Source/core/page/FrameView.h |
+++ b/Source/core/page/FrameView.h |
@@ -104,6 +104,8 @@ 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; } |