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 da33c478baf9367cece829fb9e6f03b175329488..db9b1c5ecb9f5bf6fd6ea6fed556362b6dce5310 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutState.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutState.cpp |
@@ -53,6 +53,7 @@ LayoutState::LayoutState(LayoutBox& layout_object, |
else |
flow_thread_ = next_->FlowThread(); |
pagination_state_changed_ = next_->pagination_state_changed_; |
+ height_offset_for_table_headers_ = next_->HeightOffsetForTableHeaders(); |
layout_object.View()->PushLayoutState(*this); |
if (layout_object.IsLayoutFlowThread()) { |