| Index: Source/web/ChromeClientImpl.h
|
| diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
|
| index c139396aa9a7524c2c547ce9c8d4af6e2225b9b2..278963b8fad3195ac22de9902a88fecca9edc9cd 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;
|
|
|