| 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 8a84bb055d86c9b4bfe9f147a63bdde1442615f0..4bd1cbc1df76a397de238537cb9e9a3b6c7a5af9 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp
|
| @@ -1234,7 +1234,7 @@ void CompositedLayerMapping::updateScrollingLayerGeometry(
|
| ASSERT(m_scrollingContentsLayer);
|
| LayoutBox* layoutBox = toLayoutBox(layoutObject());
|
| IntRect overflowClipRect =
|
| - enclosingIntRect(layoutBox->overflowClipRect(LayoutPoint()));
|
| + pixelSnappedIntRect(layoutBox->overflowClipRect(LayoutPoint()));
|
| FloatPoint scrollPosition =
|
| m_owningLayer.getScrollableArea()->scrollPosition();
|
| m_scrollingLayer->setPosition(FloatPoint(
|
|
|