| Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| index a14833d472ec46bb10f59166a022b91d4f396abb..e3b9a8efe065384a1021016049cbebbe2074c5f5 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -2061,8 +2061,7 @@ void LayoutObject::mapLocalToAncestor(const LayoutBoxModelObject* ancestor,
|
| // everything in the fragmentation context lived in one tall single column).
|
| // Convert it to a visual point now, since we're about to escape the flow
|
| // thread.
|
| - containerOffset +=
|
| - columnOffset(roundedLayoutPoint(transformState.mappedPoint()));
|
| + containerOffset += columnOffset(LayoutPoint(transformState.mappedPoint()));
|
| }
|
|
|
| // Text objects just copy their parent's computed style, so we need to ignore
|
|
|