| Index: third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| index 63a9dd02724a77c54a4d83de5ae290906e19c66e..bf1637c40c1540e654a79f52979fb547e953d6ab 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| @@ -155,7 +155,7 @@ class CORE_EXPORT LayoutBoxModelObject : public LayoutObject {
|
| void updateStickyPositionConstraints() const;
|
| LayoutSize stickyPositionOffset() const;
|
|
|
| - LayoutSize offsetForInFlowPosition() const;
|
| + LayoutSize offsetForInFlowPosition(bool ignoreSticky = false) const;
|
|
|
| // IE extensions. Used to calculate offsetWidth/Height. Overridden by inlines
|
| // (LayoutInline) to return the remaining width on a given line (and the
|
|
|