| Index: third_party/WebKit/Source/core/page/EditorClient.h
|
| diff --git a/third_party/WebKit/Source/core/page/EditorClient.h b/third_party/WebKit/Source/core/page/EditorClient.h
|
| index c7b7f156b8916457eee8518241a2cb064218b0ff..4608f3e4c70fdfcd74349ff3ca5c720470465eb2 100644
|
| --- a/third_party/WebKit/Source/core/page/EditorClient.h
|
| +++ b/third_party/WebKit/Source/core/page/EditorClient.h
|
| @@ -44,7 +44,7 @@ public:
|
| virtual bool canCopyCut(LocalFrame*, bool defaultValue) const = 0;
|
| virtual bool canPaste(LocalFrame*, bool defaultValue) const = 0;
|
|
|
| - virtual bool handleKeyboardEvent() = 0;
|
| + virtual bool handleKeyboardEvent(LocalFrame*) = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|