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

Unified Diff: third_party/WebKit/Source/core/page/ChromeClient.h

Issue 2828093003: updating Input field value by script should reset IME composition. (Closed)
Patch Set: 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/page/ChromeClient.h
diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
index 6587f1dfa15a243b598a33068af351df2482907d..88825ac18d2a6f7c0c985dde7f07c4cc6444a494 100644
--- a/third_party/WebKit/Source/core/page/ChromeClient.h
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h
@@ -314,6 +314,7 @@ class CORE_EXPORT ChromeClient : public HostWindow {
virtual void AjaxSucceeded(LocalFrame*) {}
// Input method editor related functions.
+ virtual void DidCancelCompositionOnSelectionChange() {}
virtual void ResetInputMethod() {}
virtual void DidUpdateTextOfFocusedElementByNonUserInput(LocalFrame&) {}
virtual void ShowVirtualKeyboardOnElementFocus(LocalFrame&) {}
« no previous file with comments | « third_party/WebKit/Source/core/editing/InputMethodController.cpp ('k') | third_party/WebKit/Source/web/ChromeClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698