| 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 3cc0f13dcbc6d57389333377bbbd6a76419a726b..3874aeb137411ba475b32cbed291775f471a652c 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -582,7 +582,6 @@ class WEB_EXPORT WebViewImpl final
|
| void DetachCompositorAnimationTimeline(CompositorAnimationTimeline*);
|
|
|
| LocalFrame* FocusedLocalFrameInWidget() const;
|
| - LocalFrame* FocusedLocalFrameAvailableForIme() const;
|
|
|
| CompositorMutatorImpl& Mutator();
|
|
|
| @@ -644,11 +643,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_;
|
|
|
|
|