// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_TEST_MOCK_RENDER_INPUT_ROUTER_H_ #define CONTENT_TEST_MOCK_RENDER_INPUT_ROUTER_H_ #include <stddef.h> #include <memory> #include <utility> #include "components/input/render_input_router.h" #include "content/test/mock_widget_input_handler.h" WebGestureEvent; namespace content { class MockRenderInputRouter : public input::RenderInputRouter { … }; } // namespace content #endif // CONTENT_TEST_MOCK_RENDER_INPUT_ROUTER_H_