| 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 14dc86695534739603ece0f62b1be09ef692d49e..de326cdfb992dc66202ef9da275339cbf6c1d6e6 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| @@ -401,7 +401,7 @@ LayoutSize LayoutTableCell::OffsetFromContainer(const LayoutObject* o) const {
|
|
|
| LayoutSize offset = LayoutBlockFlow::OffsetFromContainer(o);
|
| if (Parent())
|
| - offset -= ParentBox()->LocationOffset();
|
| + offset -= ParentBox()->PhysicalLocationOffset();
|
|
|
| return offset;
|
| }
|
|
|