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

Unified Diff: third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp

Issue 2704133004: Perf bots for https://codereview.chromium.org/2473743003 (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp b/third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp
index 0cc92c4e43e4b241a50790d2427d6ea66f023b45..db7c2f081d198cc51c9fd7a25a584884925ae118 100644
--- a/third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp
@@ -275,7 +275,6 @@ void HTMLFrameSetElement::willRecalcStyle(StyleRecalcChange) {
layoutObject()->setNeedsLayoutAndFullPaintInvalidation(
LayoutInvalidationReason::StyleChange);
clearNeedsStyleRecalc();
- clearNeedsReattachLayoutTree();
}
}
« no previous file with comments | « third_party/WebKit/Source/core/dom/stylerecalc.md ('k') | third_party/WebKit/Source/core/style/ComputedStyleConstants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698