| Index: third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp b/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| index d13f7b18d23b392f75bfe45936a8d83802059437..fc9e0a84ad941d3ade4be420fcfe748dd21eb4cf 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| @@ -395,7 +395,8 @@ void LayoutTableCell::setOverrideLogicalContentHeightFromRowHeight(
|
| .clampNegativeToZero());
|
| }
|
|
|
| -LayoutSize LayoutTableCell::offsetFromContainer(const LayoutObject* o) const {
|
| +LayoutSize LayoutTableCell::offsetFromContainer(const LayoutObject* o,
|
| + bool ignoreSticky) const {
|
| ASSERT(o == container());
|
|
|
| LayoutSize offset = LayoutBlockFlow::offsetFromContainer(o);
|
|
|