| Index: third_party/WebKit/Source/web/WebInputMethodControllerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebInputMethodControllerImpl.h b/third_party/WebKit/Source/web/WebInputMethodControllerImpl.h
|
| index 8349e0c8b659f9c37972adb7229a1b52f7823645..8c4bf6b92168d1c0dae309e1e60a43086eef2782 100644
|
| --- a/third_party/WebKit/Source/web/WebInputMethodControllerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebInputMethodControllerImpl.h
|
| @@ -42,10 +42,6 @@ class WebInputMethodControllerImpl : public WebInputMethodController {
|
| WebTextInputInfo TextInputInfo() override;
|
| WebTextInputType TextInputType() override;
|
|
|
| - void SetSuppressNextKeypressEvent(bool suppress) {
|
| - suppress_next_keypress_event_ = suppress;
|
| - }
|
| -
|
| DECLARE_TRACE();
|
|
|
| private:
|
| @@ -54,7 +50,6 @@ class WebInputMethodControllerImpl : public WebInputMethodController {
|
| WebPlugin* FocusedPluginIfInputMethodSupported() const;
|
|
|
| WeakMember<WebLocalFrameImpl> web_local_frame_;
|
| - bool suppress_next_keypress_event_;
|
| };
|
| } // namespace blink
|
|
|
|
|