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

Unified Diff: Source/core/frame/FrameView.cpp

Issue 331653004: Delete RenderLayer::updateLayerPositionsAfterDocumentScroll (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | « no previous file | Source/core/rendering/RenderLayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/FrameView.cpp
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
index 790532e1c83eeda15c0d20373b9c3ff6063eddcf..3410bfce246a70beae4c21c393caadb42315efa9 100644
--- a/Source/core/frame/FrameView.cpp
+++ b/Source/core/frame/FrameView.cpp
@@ -1675,10 +1675,8 @@ void FrameView::updateLayersAndCompositingAfterScrollIfNeeded()
// layout.
if (!m_nestedLayoutCount) {
updateWidgetPositions();
- if (RenderView* renderView = this->renderView()) {
- renderView->layer()->updateLayerPositionsAfterDocumentScroll();
+ if (RenderView* renderView = this->renderView())
renderView->layer()->setNeedsCompositingInputsUpdate();
- }
}
}
« no previous file with comments | « no previous file | Source/core/rendering/RenderLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698