| Index: ui/events/ozone/layout/stub/stub_keyboard_layout_engine.h
|
| diff --git a/ui/events/ozone/layout/stub/stub_keyboard_layout_engine.h b/ui/events/ozone/layout/stub/stub_keyboard_layout_engine.h
|
| index 0aa532f8449a3f57503e32120d89f917c6cfd19f..92bf9ad2a13b4cf84888d649d24284a9f6e97fb9 100644
|
| --- a/ui/events/ozone/layout/stub/stub_keyboard_layout_engine.h
|
| +++ b/ui/events/ozone/layout/stub/stub_keyboard_layout_engine.h
|
| @@ -24,8 +24,7 @@ class EVENTS_OZONE_LAYOUT_EXPORT StubKeyboardLayoutEngine
|
| bool Lookup(DomCode dom_code,
|
| int flags,
|
| DomKey* dom_key,
|
| - KeyboardCode* key_code,
|
| - uint32* platform_keycode) const override;
|
| + KeyboardCode* key_code) const override;
|
| };
|
|
|
| } // namespace ui
|
|
|