blob: bac14326ff47e81262a9e05a619f2261627c0cce [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// 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_