| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index 0d2ef17a875493e528182b6379e6c5155e61f7c2..dee75fc991b2310f8f2765273849a51a656d4bba 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -661,11 +661,6 @@ class WEB_EXPORT WebViewImpl final
|
| // this behavior by setting this flag if the keyDown was handled.
|
| bool suppress_next_keypress_event_;
|
|
|
| - // TODO(ekaramad): Can we remove this and make sure IME events are not called
|
| - // when there is no page focus?
|
| - // Represents whether or not this object should process incoming IME events.
|
| - bool ime_accept_events_;
|
| -
|
| // The popup associated with an input/select element.
|
| RefPtr<WebPagePopupImpl> page_popup_;
|
|
|
|
|