| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| index 315a6b0d177230d594ac511d8c574eebd7a2f1c5..eed44d54522175efd82c97bf71bdfb014d45690b 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| @@ -2271,7 +2271,7 @@ IntRect CompositedLayerMapping::recomputeInterestRect(const GraphicsLayer* graph
|
| FloatRect graphicsLayerBoundsInObjectSpace(graphicsLayerBounds);
|
| graphicsLayerBoundsInObjectSpace.move(offsetFromAnchorLayoutObject);
|
| // The object space means including writing mode flip.
|
| - if (anchorLayoutObject->isBox())
|
| + if (anchorLayoutObject->isBox() && !anchorLayoutObject->isLayoutView())
|
| toLayoutBox(anchorLayoutObject)->flipForWritingMode(graphicsLayerBoundsInObjectSpace);
|
|
|
| // Now map the bounds to its visible content rect in screen space, including applying clips along the way.
|
|
|