| Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| index 8a687b75995b91133e4d27afa39a57afd308e8fd..3082bf7c55d41eb82968523d001f1a915a8f6c16 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| @@ -1197,15 +1197,6 @@ LocalFrame* WebFrameWidgetImpl::FocusedLocalFrameInWidget() const {
|
| : nullptr;
|
| }
|
|
|
| -WebPlugin* WebFrameWidgetImpl::FocusedPluginIfInputMethodSupported(
|
| - LocalFrame* frame) const {
|
| - WebPluginContainerBase* container =
|
| - WebLocalFrameImpl::CurrentPluginContainer(frame);
|
| - if (container && container->SupportsInputMethod())
|
| - return container->Plugin();
|
| - return nullptr;
|
| -}
|
| -
|
| LocalFrame* WebFrameWidgetImpl::FocusedLocalFrameAvailableForIme() const {
|
| if (!ime_accept_events_)
|
| return nullptr;
|
|
|