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

Unified Diff: third_party/WebKit/Source/core/dom/PseudoElement.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/PseudoElement.h
diff --git a/third_party/WebKit/Source/core/dom/PseudoElement.h b/third_party/WebKit/Source/core/dom/PseudoElement.h
index eb05f72bf15e56176273a4f52098fcc69cf8d4a4..d0b9c8a9912845ac1a8231127aa77d3a6aeb9a89 100644
--- a/third_party/WebKit/Source/core/dom/PseudoElement.h
+++ b/third_party/WebKit/Source/core/dom/PseudoElement.h
@@ -38,7 +38,7 @@ public:
static PseudoElement* create(Element* parent, PseudoId);
PassRefPtr<ComputedStyle> customStyleForLayoutObject() override;
- void attach(const AttachContext& = AttachContext()) override;
+ void attachLayoutTree(const AttachContext& = AttachContext()) override;
bool layoutObjectIsNeeded(const ComputedStyle&) override;
bool canStartSelection() const override { return false; }

Powered by Google App Engine
This is Rietveld 408576698