| 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&) {}
|
|
|