blob: 0c5adc75c266598791c8e3d34b3bc1ac9d1bbea4 [file] [log] [blame]
// 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_