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 5c7c70bfb910e9e220efcd4480726fe08181a337..eb7f94e3daa9a264c09ea931c0aa64cbc49a8eb3 100644 |
--- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp |
@@ -1017,15 +1017,6 @@ void ChromeClientImpl::willSetInputMethodState() { |
m_webView->client()->resetInputMethod(); |
} |
-void ChromeClientImpl::didUpdateTextOfFocusedElementByNonUserInput( |
- LocalFrame& frame) { |
- WebLocalFrameImpl* webFrame = |
- WebLocalFrameImpl::fromFrame(frame.localFrameRoot()); |
- webFrame->frameWidget() |
- ->client() |
- ->didUpdateTextOfFocusedElementByNonUserInput(); |
-} |
- |
void ChromeClientImpl::showImeIfNeeded() { |
if (m_webView->client()) |
m_webView->client()->showImeIfNeeded(); |