| Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| index 557722836f82fc77c9810d39fe8cf57e3be3ddcd..3be17596d63ba5cd53393ad634aab22e13bb3c5f 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -212,6 +212,8 @@ void ChromeClientImpl::focusedFrameChanged(LocalFrame* frame)
|
| WebLocalFrameImpl* webframe = WebLocalFrameImpl::fromFrame(frame);
|
| if (webframe && webframe->client())
|
| webframe->client()->frameFocused();
|
| +
|
| + m_webView->client()->focusedFrameChanged();
|
| }
|
|
|
| bool ChromeClientImpl::hadFormInteraction() const
|
|
|