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

Unified Diff: third_party/WebKit/Source/core/editing/commands/InsertTextCommand.h

Issue 1702233002: Editing: Make the |EditingState*| argument of CompositeEditCommand::insertNodeAt mandatory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/editing/commands/InsertTextCommand.h
diff --git a/third_party/WebKit/Source/core/editing/commands/InsertTextCommand.h b/third_party/WebKit/Source/core/editing/commands/InsertTextCommand.h
index 6b4c47ee120ca314a1659619f45ff7f50ca111a4..d83fdcd48f2c2dd209d666f85afa2eea3f7c4d47 100644
--- a/third_party/WebKit/Source/core/editing/commands/InsertTextCommand.h
+++ b/third_party/WebKit/Source/core/editing/commands/InsertTextCommand.h
@@ -48,7 +48,7 @@ private:
void doApply(EditingState*) override;
- Position positionInsideTextNode(const Position&);
+ Position positionInsideTextNode(const Position&, EditingState*);
Position insertTab(const Position&, EditingState*);
bool performTrivialReplace(const String&, bool selectInsertedText);

Powered by Google App Engine
This is Rietveld 408576698