Fix AltGr handling for OSR keyboard events (fixes issue #2892)

This commit is contained in:
Mike Wiedenbauer
2020-04-08 15:43:39 +00:00
committed by Marshall Greenblatt
parent f5c79bf50c
commit 30d83cb94a
5 changed files with 34 additions and 0 deletions

View File

@@ -40,6 +40,8 @@ class CefBrowserPlatformDelegateNativeLinux
// CefBrowserPlatformDelegateNativeAura methods:
ui::KeyEvent TranslateUiKeyEvent(const CefKeyEvent& key_event) const override;
content::NativeWebKeyboardEvent TranslateWebKeyEvent(
const CefKeyEvent& key_event) const override;
base::TimeTicks GetEventTimeStamp() const override;
private: