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

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

Issue 203463007: Recompute overflow after transform changes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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 e9475cf4e71844cdec9662617be6ace48ab61ce0..371d825f7c2f8e38035823459ed3b3ec4e837fad 100644
--- a/Source/core/dom/Document.cpp
+++ b/Source/core/dom/Document.cpp
@@ -1853,6 +1853,7 @@ void Document::updateStyle(StyleRecalcChange change)
ensureStyleResolver().printStats();
+ view()->recalcOverflowAfterStyleChange();
view()->updateCompositingLayersAfterStyleChange();
clearChildNeedsStyleRecalc();

Powered by Google App Engine
This is Rietveld 408576698