| 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 429493546e884de1e637237b2a9b289bfb98cd18..5cb1e98edc4a2056c444fcce9a1ea0b967100f7e 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 resetInputMethod() {}
|
| virtual void didUpdateTextOfFocusedElementByNonUserInput(LocalFrame&) {}
|
| virtual void showVirtualKeyboardOnElementFocus(LocalFrame&) {}
|
| + virtual void updateCompositionInfo(LocalFrame*, bool immediateRequest) = 0;
|
|
|
| virtual void registerViewportLayers() const {}
|
|
|
|
|