, m_hasEnabledVerticalScrollbar(false)
, m_horizontalScrollbarMode(ScrollbarAuto)
, m_verticalScrollbarMode(ScrollbarAuto)
+ , m_headerHeight(0)
+ , m_footerHeight(0)
{
}
if (state->hasChangedProperty(ScrollingStateScrollingNode::ScrollOrigin))
m_scrollOrigin = state->scrollOrigin();
+
+ if (state->hasChangedProperty(ScrollingStateScrollingNode::HeaderHeight))
+ m_headerHeight = state->headerHeight();
+
+ if (state->hasChangedProperty(ScrollingStateScrollingNode::FooterHeight))
+ m_footerHeight = state->footerHeight();
}
} // namespace WebCore