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

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

Issue 23072015: Get rid of lazy block. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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/page/FrameView.cpp ('k') | Source/core/rendering/RenderLazyBlock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderLayer.cpp
diff --git a/Source/core/rendering/RenderLayer.cpp b/Source/core/rendering/RenderLayer.cpp
index 9f6939f1046f1f00c4a7356acce22fcdd430e778..86282825ae3302d5ed25aa7f981a8ad9dfb132eb 100644
--- a/Source/core/rendering/RenderLayer.cpp
+++ b/Source/core/rendering/RenderLayer.cpp
@@ -2157,10 +2157,7 @@ void RenderLayer::setScrollOffset(const IntPoint& newScrollOffset)
if (view) {
// Update regions, scrolling may change the clip of a particular region.
view->frameView()->updateAnnotatedRegions();
-
view->updateWidgetPositions();
-
- view->markLazyBlocksForLayout();
}
updateCompositingLayersAfterScroll();
« no previous file with comments | « Source/core/page/FrameView.cpp ('k') | Source/core/rendering/RenderLazyBlock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698