Chromium Code Reviews| Index: Source/WebCore/rendering/RenderView.h |
| =================================================================== |
| --- Source/WebCore/rendering/RenderView.h (revision 118242) |
| +++ Source/WebCore/rendering/RenderView.h (working copy) |
| @@ -266,6 +266,8 @@ |
| OwnPtr<RenderBoxSet> m_fixedPositionedElements; |
| private: |
| + bool shouldUsePrintingLayout() const; |
| + |
| unsigned m_pageLogicalHeight; |
| bool m_pageLogicalHeightChanged; |
| LayoutState* m_layoutState; |