Index: Source/core/rendering/RenderLayerCompositor.cpp |
diff --git a/Source/core/rendering/RenderLayerCompositor.cpp b/Source/core/rendering/RenderLayerCompositor.cpp |
index c5c9045b7a457f9d83c6b6c202ec0a1d7bec8c00..f8cb108ca53423bf6b38bfa1d5c533a9deba35d3 100644 |
--- a/Source/core/rendering/RenderLayerCompositor.cpp |
+++ b/Source/core/rendering/RenderLayerCompositor.cpp |
@@ -1162,11 +1162,6 @@ void RenderLayerCompositor::frameViewDidScroll() |
} |
} |
-#ifndef BLINK_SCROLLING_POSITION_NO_OFFSET |
- // FIXME: Remove when possible. Only required to stage multi-repo change. |
- scrollingCoordinatorHandlesOffset = false; |
-#endif |
- |
// Scroll position = scroll minimum + scroll offset. Adjust the layer's |
// position to handle whatever the scroll coordinator isn't handling. |
// The minimum scroll position is non-zero for RTL pages with overflow. |