| Index: Source/core/rendering/RenderLayerBacking.cpp
|
| diff --git a/Source/core/rendering/RenderLayerBacking.cpp b/Source/core/rendering/RenderLayerBacking.cpp
|
| index c17383b2a00123ca448f717b1c47525059c73371..3bd58bfd3bdd545c5e2744a986f1e1f1cc46cd6d 100644
|
| --- a/Source/core/rendering/RenderLayerBacking.cpp
|
| +++ b/Source/core/rendering/RenderLayerBacking.cpp
|
| @@ -652,11 +652,6 @@ void RenderLayerBacking::updateGraphicsLayerGeometry()
|
| if (scrollingContentsOffset != m_scrollingContentsLayer->offsetFromRenderer() || scrollSize != m_scrollingContentsLayer->size()) {
|
| bool scrollingCoordinatorHandlesOffset = compositor()->scrollingLayerDidChange(m_owningLayer);
|
|
|
| -#ifndef BLINK_SCROLLING_POSITION_NO_OFFSET
|
| - // FIXME: Remove when possible.
|
| - // Only required to stage multi-repo change.
|
| - scrollingCoordinatorHandlesOffset = false;
|
| -#endif
|
| if (scrollingCoordinatorHandlesOffset)
|
| m_scrollingContentsLayer->setPosition(-m_owningLayer->scrollOrigin());
|
| else
|
|
|