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

Unified Diff: third_party/WebKit/Source/core/dom/ContainerNode.h

Issue 2729453002: Revert of Call Element::rebuildLayoutTree from Document::updateStyle directly (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/dom/ContainerNode.h
diff --git a/third_party/WebKit/Source/core/dom/ContainerNode.h b/third_party/WebKit/Source/core/dom/ContainerNode.h
index 26f5e92b90ad3c1cbd11d07f43d32b29cb2143a4..1855eed97dfa953f418852772fb0b6a6254a3f79 100644
--- a/third_party/WebKit/Source/core/dom/ContainerNode.h
+++ b/third_party/WebKit/Source/core/dom/ContainerNode.h
@@ -240,7 +240,6 @@
Node* nodeBeforeChange,
Node* nodeAfterChange);
void recalcDescendantStyles(StyleRecalcChange);
- void rebuildChildrenLayoutTrees();
bool childrenSupportStyleSharing() const { return !hasRestyleFlags(); }

Powered by Google App Engine
This is Rietveld 408576698