| Index: third_party/WebKit/Source/core/layout/LayoutState.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutState.cpp b/third_party/WebKit/Source/core/layout/LayoutState.cpp
|
| index 2f48c5428f7fdb354660e29e9d483ae8b21911a6..d7739af0caf06be9325647ab7e0ee081107f2b7f 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutState.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutState.cpp
|
| @@ -64,6 +64,7 @@ LayoutState::LayoutState(LayoutBox& layoutObject, const LayoutSize& offset, Layo
|
| } else {
|
| m_layoutOffset = m_next->m_layoutOffset + offset;
|
| }
|
| + m_heightOffsetForTableHeaders = m_next->heightOffsetForTableHeaders();
|
|
|
| if (layoutObject.isOutOfFlowPositioned() && !fixed) {
|
| if (LayoutObject* container = layoutObject.container()) {
|
|
|