| Index: third_party/WebKit/Source/web/EditorClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/EditorClientImpl.h b/third_party/WebKit/Source/web/EditorClientImpl.h
|
| index 120c44e230c07f027e54626f8956235c30239de8..d9a8a97fcce024c6fb81f49a9c16c6eac2293243 100644
|
| --- a/third_party/WebKit/Source/web/EditorClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/EditorClientImpl.h
|
| @@ -48,7 +48,7 @@ public:
|
| void respondToChangedSelection(LocalFrame*, SelectionType) override;
|
| bool canCopyCut(LocalFrame*, bool defaultValue) const override;
|
| bool canPaste(LocalFrame*, bool defaultValue) const override;
|
| - bool handleKeyboardEvent() override;
|
| + bool handleKeyboardEvent(LocalFrame*) override;
|
|
|
| private:
|
| WebViewImpl* m_webView;
|
|
|