Index: Source/web/ChromeClientImpl.h |
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h |
index 6e62782c622b46954a6f2570208a12104dce95ca..dd5bed918b47b98ccb217e53c67a6ffb5ffe3ce7 100644 |
--- a/Source/web/ChromeClientImpl.h |
+++ b/Source/web/ChromeClientImpl.h |
@@ -175,7 +175,7 @@ public: |
// FIXME: Remove this method once we have input routing in the browser |
// process. See http://crbug.com/339659. |
- virtual void forwardInputEvent(Frame*, Event*) override; |
+ virtual void forwardInputEvent(RemoteFrame*, Event*) override; |
virtual void didCancelCompositionOnSelectionChange() override; |
virtual void willSetInputMethodState() override; |