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

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

Issue 2709883004: [InputEvent] Change |InputEventInit::sequence<Range> ranges| to |sequence<StaticRange> targetRanges| (Closed)
Patch Set: yosin's review: Use early return Created 3 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/EditingUtilities.h
diff --git a/third_party/WebKit/Source/core/editing/EditingUtilities.h b/third_party/WebKit/Source/core/editing/EditingUtilities.h
index a35dcfb7c07ffc188db21ce6adcad5a540dc53d9..9000857e123930366ef3e80bb0a6cdcb21012a00 100644
--- a/third_party/WebKit/Source/core/editing/EditingUtilities.h
+++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h
@@ -413,11 +413,11 @@ const String& nonBreakingSpaceString();
// -------------------------------------------------------------------------
// Functions dispatch InputEvent
-const RangeVector* targetRangesForInputEvent(const Node&);
+const StaticRangeVector* targetRangesForInputEvent(const Node&);
DispatchEventResult dispatchBeforeInputInsertText(Node*, const String& data);
DispatchEventResult dispatchBeforeInputEditorCommand(Node*,
InputEvent::InputType,
- const RangeVector*);
+ const StaticRangeVector*);
DispatchEventResult dispatchBeforeInputDataTransfer(Node*,
InputEvent::InputType,
DataTransfer*);
« no previous file with comments | « third_party/WebKit/Source/core/dom/StaticRange.cpp ('k') | third_party/WebKit/Source/core/editing/EditingUtilities.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698