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

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

Issue 2164493002: Renamed Node::attach to Node::attachLayoutTree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 69fa207e326fc98572f37961b08a5f03a36f4ea8..7b7bb4e3c80da94338efc6a33e2857b5fd370023 100644
--- a/third_party/WebKit/Source/core/dom/ContainerNode.h
+++ b/third_party/WebKit/Source/core/dom/ContainerNode.h
@@ -109,7 +109,7 @@ public:
void cloneChildNodes(ContainerNode* clone);
- void attach(const AttachContext& = AttachContext()) override;
+ void attachLayoutTree(const AttachContext& = AttachContext()) override;
void detach(const AttachContext& = AttachContext()) override;
LayoutRect boundingBox() const final;
void setFocus(bool) override;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/ContainerNode.cpp » ('j') | third_party/WebKit/Source/core/dom/Text.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698