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

Unified Diff: third_party/WebKit/Source/core/dom/shadow/InsertionPoint.h

Issue 2836753002: Rebuild layout tree in flat tree order. (Closed)
Patch Set: Rebased Created 3 years, 7 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/shadow/InsertionPoint.h
diff --git a/third_party/WebKit/Source/core/dom/shadow/InsertionPoint.h b/third_party/WebKit/Source/core/dom/shadow/InsertionPoint.h
index fc20c3c498563662e5854d4ecc6aff6ee9c059b0..0d2e3cb8d1f2c769480c8b062b04a161f227aa73 100644
--- a/third_party/WebKit/Source/core/dom/shadow/InsertionPoint.h
+++ b/third_party/WebKit/Source/core/dom/shadow/InsertionPoint.h
@@ -58,6 +58,7 @@ class CORE_EXPORT InsertionPoint : public HTMLElement {
void AttachLayoutTree(const AttachContext& = AttachContext()) override;
void DetachLayoutTree(const AttachContext& = AttachContext()) override;
+ void RebuildDistributedChildrenLayoutTrees();
size_t DistributedNodesSize() const { return distributed_nodes_.size(); }
Node* DistributedNodeAt(size_t index) const {

Powered by Google App Engine
This is Rietveld 408576698