1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef UI_EVENTS_OZONE_LAYOUT_XKB_XKB_EVDEV_CODES_H_
6 #define UI_EVENTS_OZONE_LAYOUT_XKB_XKB_EVDEV_CODES_H_
8 #include "ui/events/ozone/layout/events_ozone_layout_export.h"
9 #include "ui/events/ozone/layout/xkb/xkb_key_code_converter.h"
13 class EVENTS_OZONE_LAYOUT_EXPORT XkbEvdevCodes
: public XkbKeyCodeConverter
{
16 ~XkbEvdevCodes() override
;
17 xkb_keycode_t
DomCodeToXkbKeyCode(DomCode dom_code
) const override
;
22 #endif // UI_EVENTS_OZONE_LAYOUT_XKB_XKB_EVDEV_CODES_H_