blob: 88ab6f89ba125ff4825bb4136687bd6cb16dbbbf [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_