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

Unified Diff: third_party/WebKit/Source/core/editing/EditingUtilities.h

Issue 2779813002: [InputEvent] Don't modify selection when transpose was canceled (Closed)
Patch Set: yosin's review: Use const& 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
Index: third_party/WebKit/Source/core/editing/EditingUtilities.h
diff --git a/third_party/WebKit/Source/core/editing/EditingUtilities.h b/third_party/WebKit/Source/core/editing/EditingUtilities.h
index 1e3c6bc7733eadd0229d009007735825791547e8..28fc78a9f5f0f2ba3cfc2d53b102a883ad36de7b 100644
--- a/third_party/WebKit/Source/core/editing/EditingUtilities.h
+++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h
@@ -438,7 +438,8 @@ const StaticRangeVector* targetRangesForInputEvent(const Node&);
DispatchEventResult dispatchBeforeInputInsertText(
Node*,
const String& data,
- InputEvent::InputType = InputEvent::InputType::InsertText);
+ InputEvent::InputType = InputEvent::InputType::InsertText,
+ const StaticRangeVector* = nullptr);
DispatchEventResult dispatchBeforeInputEditorCommand(Node*,
InputEvent::InputType,
const StaticRangeVector*);

Powered by Google App Engine
This is Rietveld 408576698