Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: Source/core/rendering/RenderLayerCompositor.cpp

Issue 18539017: Remove ifdefs for scroll position change (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add needs rebaseline expectations Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/rendering/RenderLayerBacking.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « Source/core/rendering/RenderLayerBacking.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698