mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Update ozone_platform_wayland.cc
This commit is contained in:
parent
9f0faf2418
commit
8717c497b4
1 changed files with 2 additions and 2 deletions
|
@ -168,9 +168,9 @@ class OzonePlatformWayland : public OzonePlatform,
|
|||
}
|
||||
|
||||
std::unique_ptr<InputMethod> CreateInputMethod(
|
||||
internal::InputMethodDelegate* delegate,
|
||||
ImeKeyEventDispatcher* ime_key_event_dispatcher,
|
||||
gfx::AcceleratedWidget widget) override {
|
||||
return std::make_unique<InputMethodAuraLinux>(delegate);
|
||||
return std::make_unique<InputMethodAuraLinux>(ime_key_event_dispatcher);
|
||||
}
|
||||
|
||||
PlatformMenuUtils* GetPlatformMenuUtils() override {
|
||||
|
|
Loading…
Reference in a new issue