Index: third_party/WebKit/Source/web/ChromeClientImpl.h |
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h |
index 146288214fa1f51545d8c7548bd87eec7908d54a..c9af7505f5485d2a47a8a6d8ecfc6313bb6dcea2 100644 |
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h |
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h |
@@ -170,7 +170,7 @@ public: |
void didCancelCompositionOnSelectionChange() override; |
void willSetInputMethodState() override; |
- void didUpdateTextOfFocusedElementByNonUserInput() override; |
+ void didUpdateTextOfFocusedElementByNonUserInput(LocalFrame&) override; |
void showImeIfNeeded() override; |
void registerViewportLayers() const override; |