Update ozone_platform_wayland.cc

This commit is contained in:
Alexander David Frick 2022-07-30 10:22:57 -05:00 committed by GitHub
parent 9f0faf2418
commit 8717c497b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {