chromium/components/viz/service/input/mock_input_manager.h

// 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 COMPONENTS_VIZ_SERVICE_INPUT_MOCK_INPUT_MANAGER_H_
#define COMPONENTS_VIZ_SERVICE_INPUT_MOCK_INPUT_MANAGER_H_

#include "components/viz/service/input/input_manager.h"

namespace viz {

class FrameSinkManagerImpl;

class MockInputManager : public InputManager {};

}  // namespace viz

#endif  // COMPONENTS_VIZ_SERVICE_INPUT_MOCK_INPUT_MANAGER_H_