// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/views/controls/webview/unhandled_keyboard_event_handler.h" #include "components/input/native_web_keyboard_event.h" #include "ui/events/event.h" #include "ui/ozone/public/ozone_platform.h" #include "ui/ozone/public/platform_utils.h" #include "ui/views/focus/focus_manager.h" namespace views { // static bool UnhandledKeyboardEventHandler::HandleNativeKeyboardEvent( const input::NativeWebKeyboardEvent& event, FocusManager* focus_manager) { … } } // namespace views