| Index: third_party/WebKit/Source/core/layout/LayoutState.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutState.h b/third_party/WebKit/Source/core/layout/LayoutState.h
|
| index b666ec43515371615e0b34550eeff7a91864ec09..aab4c7e33b82a4562874a951b9f42f4212c30739 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutState.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutState.h
|
| @@ -84,13 +84,6 @@ class LayoutState {
|
| LayoutUnit pageLogicalOffset(const LayoutBox&,
|
| const LayoutUnit& childLogicalOffset) const;
|
|
|
| - LayoutUnit heightOffsetForTableHeaders() const {
|
| - return m_heightOffsetForTableHeaders;
|
| - };
|
| - void setHeightOffsetForTableHeaders(LayoutUnit offset) {
|
| - m_heightOffsetForTableHeaders = offset;
|
| - };
|
| -
|
| const LayoutSize& paginationOffset() const { return m_paginationOffset; }
|
| bool containingBlockLogicalWidthChanged() const {
|
| return m_containingBlockLogicalWidthChanged;
|
| @@ -121,10 +114,6 @@ class LayoutState {
|
| // relative positioning or scroll offsets.
|
| LayoutSize m_paginationOffset;
|
|
|
| - // The height we need to make available for repeating table headers in
|
| - // paginated layout.
|
| - LayoutUnit m_heightOffsetForTableHeaders;
|
| -
|
| LayoutObject& m_layoutObject;
|
| };
|
|
|
|
|