// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_UI_DEVTOOLS_VIEWS_DEVTOOLS_EVENT_UTIL_H_ #define COMPONENTS_UI_DEVTOOLS_VIEWS_DEVTOOLS_EVENT_UTIL_H_ #include "components/ui_devtools/dom.h" #include "ui/events/event_utils.h" namespace ui_devtools { ui::KeyEvent ConvertToUIKeyEvent(protocol::DOM::KeyEvent* event); } // namespace ui_devtools #endif // COMPONENTS_UI_DEVTOOLS_VIEWS_DEVTOOLS_EVENT_UTIL_H_