| Index: Source/core/paint/LayerPainter.cpp
|
| diff --git a/Source/core/paint/LayerPainter.cpp b/Source/core/paint/LayerPainter.cpp
|
| index 7e5e198553306c4640200749e3eaa5f13216dbfa..1c0c8868483798f520b15e4cc0547f09c4ec3359 100644
|
| --- a/Source/core/paint/LayerPainter.cpp
|
| +++ b/Source/core/paint/LayerPainter.cpp
|
| @@ -660,7 +660,7 @@ void LayerPainter::paintChildLayerIntoColumns(RenderLayer* childLayer, GraphicsC
|
|
|
| // Move to the next position.
|
| LayoutUnit blockDelta = isHorizontal ? colRect.height() : colRect.width();
|
| - if (columnBlock->style()->isFlippedBlocksWritingMode())
|
| + if (columnBlock->style()->slowIsFlippedBlocksWritingMode())
|
| currLogicalTopOffset += blockDelta;
|
| else
|
| currLogicalTopOffset -= blockDelta;
|
|
|