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

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

Issue 2733183002: Make TypingCommand::insertText() to take SelectionInDOMTree instead of VisibleSelection (Closed)
Patch Set: 2017-03-07T14:18:09 Created 3 years, 9 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/TypingCommand.h
diff --git a/third_party/WebKit/Source/core/editing/commands/TypingCommand.h b/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
index 7a52aa8e667ac4f7effa930e1032ec2b29425124..2955430895d1e00bb15d17427485f7c4e191e197 100644
--- a/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
+++ b/third_party/WebKit/Source/core/editing/commands/TypingCommand.h
@@ -73,7 +73,7 @@ class CORE_EXPORT TypingCommand final : public CompositeEditCommand {
const bool isIncrementalInsertion = false);
static void insertText(Document&,
const String&,
- const VisibleSelection&,
+ const SelectionInDOMTree&,
Options,
TextCompositionType = TextCompositionNone,
const bool isIncrementalInsertion = false);

Powered by Google App Engine
This is Rietveld 408576698