HandleKeyboardEvent returns bool

1262404
This commit is contained in:
Jeremy Apthorp 2019-01-09 12:01:49 -08:00
parent fd7b49b32b
commit 30e5e993c1
7 changed files with 26 additions and 17 deletions

View file

@ -362,7 +362,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
void CloseContents(content::WebContents* source) override;
void ActivateContents(content::WebContents* contents) override;
void UpdateTargetURL(content::WebContents* source, const GURL& url) override;
void HandleKeyboardEvent(
bool HandleKeyboardEvent(
content::WebContents* source,
const content::NativeWebKeyboardEvent& event) override;
content::KeyboardEventProcessingResult PreHandleKeyboardEvent(