| Index: sky/engine/core/rendering/RenderObject.cpp
|
| diff --git a/sky/engine/core/rendering/RenderObject.cpp b/sky/engine/core/rendering/RenderObject.cpp
|
| index 3c3b1267188275c7dfa2117f3cf6f94dbe620506..829a830740034ea39fc8694fa5a97af2881e2090 100644
|
| --- a/sky/engine/core/rendering/RenderObject.cpp
|
| +++ b/sky/engine/core/rendering/RenderObject.cpp
|
| @@ -1997,10 +1997,7 @@ void RenderObject::mapLocalToContainer(const RenderLayerModelObject* paintInvali
|
| return;
|
|
|
| // FIXME: this should call offsetFromContainer to share code, but I'm not sure it's ever called.
|
| - LayoutPoint centerPoint = roundedLayoutPoint(transformState.mappedPoint());
|
| if (mode & ApplyContainerFlip && o->isBox()) {
|
| - if (o->style()->isFlippedBlocksWritingMode())
|
| - transformState.move(toRenderBox(o)->flipForWritingModeIncludingColumns(roundedLayoutPoint(transformState.mappedPoint())) - centerPoint);
|
| mode &= ~ApplyContainerFlip;
|
| }
|
|
|
|
|