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

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

Issue 2844253002: Remove unused AttachContext parameter. (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 | third_party/WebKit/Source/core/dom/Text.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/Text.h
diff --git a/third_party/WebKit/Source/core/dom/Text.h b/third_party/WebKit/Source/core/dom/Text.h
index 4e1c265ff0d591d5caefac747f63e04eb754a85e..448b0b58afe5eecde226d9f07e45fb07e9d7f189 100644
--- a/third_party/WebKit/Source/core/dom/Text.h
+++ b/third_party/WebKit/Source/core/dom/Text.h
@@ -62,7 +62,7 @@ class CORE_EXPORT Text : public CharacterData {
unsigned length_of_replaced_data);
void AttachLayoutTree(const AttachContext& = AttachContext()) final;
- void ReattachLayoutTreeIfNeeded(const AttachContext& = AttachContext());
+ void ReattachLayoutTreeIfNeeded();
bool CanContainRangeEndPoint() const final { return true; }
NodeType getNodeType() const override;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Text.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698