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

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

Issue 2457523003: Support 'insertReplacementText' for spellcheck (Closed)
Patch Set: Created 4 years, 2 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 eb0ef6451359308d5fce169c59ff85c0ef739cf9..97760865295ff9b7cf6109c181e2e0987e9557eb 100644
--- a/third_party/WebKit/Source/core/editing/EditingUtilities.h
+++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h
@@ -433,6 +433,12 @@ DispatchEventResult dispatchBeforeInputDataTransfer(EventTarget*,
InputEvent::InputType,
DataTransfer*,
const RangeVector*);
+DispatchEventResult dispatchBeforeInputPlainText(EventTarget*,
+ InputEvent::InputType,
+ const String&,
+ DataTransfer::DataTransferType,
+ DataTransferAccessPolicy,
+ const RangeVector*);
InputEvent::InputType deletionInputTypeFromTextGranularity(DeleteDirection,
TextGranularity);

Powered by Google App Engine
This is Rietveld 408576698