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..d740cdb98ccf34473738b659b830e01a51104703 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -596,7 +596,6 @@ class WEB_EXPORT WebViewImpl final |
void DetachCompositorAnimationTimeline(CompositorAnimationTimeline*); |
LocalFrame* FocusedLocalFrameInWidget() const; |
- LocalFrame* FocusedLocalFrameAvailableForIme() const; |
CompositorMutatorImpl& Mutator(); |
@@ -661,11 +660,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_; |