#ifndef COMPONENTS_VIZ_SERVICE_INPUT_INPUT_MANAGER_H_
#define COMPONENTS_VIZ_SERVICE_INPUT_INPUT_MANAGER_H_
#include <memory>
#include "base/containers/flat_map.h"
#include "components/input/render_input_router.h"
#include "components/input/utils.h"
#include "components/viz/common/surfaces/frame_sink_id.h"
#include "components/viz/service/frame_sinks/frame_sink_manager_impl.h"
#include "components/viz/service/frame_sinks/frame_sink_observer.h"
namespace viz {
class VIZ_SERVICE_EXPORT InputManager : public FrameSinkObserver { … };
}
#endif