| 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 390d419a7e79306141689d5bfded55d62b7b31f2..74bc0a2e614aa176b4fccb684a8dc6791391ee15 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;
|
| }
|
|
|