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

Unified Diff: Source/core/dom/Document.cpp

Issue 250773002: Reland "Recompute overflow after transform changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@build_hack
Patch Set: again... Created 6 years, 8 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
Index: Source/core/dom/Document.cpp
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
index 56203732bc1f5132cde33a1d48691e506bdb9391..9265849836f055908a63d3cd0ed167f7e210bbde 100644
--- a/Source/core/dom/Document.cpp
+++ b/Source/core/dom/Document.cpp
@@ -1883,6 +1883,7 @@ void Document::updateStyle(StyleRecalcChange change)
ensureStyleResolver().printStats();
+ view()->recalcOverflowAfterStyleChange();
view()->updateCompositingLayersAfterStyleChange();
clearChildNeedsStyleRecalc();
« no previous file with comments | « LayoutTests/compositing/repaint/should-not-repaint-composited-transform-expected.txt ('k') | Source/core/frame/FrameView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698