| Index: third_party/WebKit/Source/core/layout/LayoutInline.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutInline.h b/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| index 636eee311c77f29080de85b9f0e70087509d739e..130ace981064da8abfe7468c0c425575b9c0ce5b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| @@ -150,7 +150,8 @@ class CORE_EXPORT LayoutInline : public LayoutBoxModelObject {
|
| const LayoutPoint& accumulatedOffset) const final;
|
| FloatRect localBoundingBoxRectForAccessibility() const final;
|
|
|
| - LayoutSize offsetFromContainer(const LayoutObject*) const final;
|
| + LayoutSize offsetFromContainer(const LayoutObject*,
|
| + bool ignoreSticky = false) const final;
|
|
|
| LayoutRect linesBoundingBox() const;
|
| LayoutRect visualOverflowRect() const final;
|
|
|