| Index: third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCell.h b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| index e3d500a15056ef00d81c6a6346f137c3ce4e9d44..ca0b3086096d98e6c895c509468a13a1a5e22813 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| @@ -374,7 +374,8 @@ class CORE_EXPORT LayoutTableCell final : public LayoutBlockFlow {
|
| const LayoutPoint&) const override;
|
| void paintMask(const PaintInfo&, const LayoutPoint&) const override;
|
|
|
| - LayoutSize offsetFromContainer(const LayoutObject*) const override;
|
| + LayoutSize offsetFromContainer(const LayoutObject*,
|
| + bool ignoreSticky = false) const override;
|
| LayoutRect localVisualRect() const override;
|
|
|
| int borderHalfLeft(bool outer) const;
|
|
|