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

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

Issue 2807063003: kChildNeedsReattachLayoutTree should not be initially set. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/Node.h
diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
index d0ee8a6e2523a6946908c339f58cf6fc054cf7c1..ff4263d878e7e7df2fbe1476a03916a3f3cf6788 100644
--- a/third_party/WebKit/Source/core/dom/Node.h
+++ b/third_party/WebKit/Source/core/dom/Node.h
@@ -846,7 +846,6 @@ class CORE_EXPORT Node : public EventTarget {
kCreateOther = kDefaultNodeFlags,
kCreateText = kDefaultNodeFlags | kIsTextFlag,
kCreateContainer = kDefaultNodeFlags | kChildNeedsStyleRecalcFlag |
- kChildNeedsReattachLayoutTree |
kIsContainerFlag,
kCreateElement = kCreateContainer | kIsElementFlag,
kCreateShadowRoot =
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698