#ifndef COMPONENTS_INPUT_RENDER_INPUT_ROUTER_CLIENT_H_
#define COMPONENTS_INPUT_RENDER_INPUT_ROUTER_CLIENT_H_
#include <optional>
#include "base/component_export.h"
#include "components/input/input_router_client.h"
#include "third_party/blink/public/common/input/web_input_event.h"
#include "third_party/blink/public/mojom/widget/platform_widget.mojom.h"
#include "ui/latency/latency_info.h"
namespace input {
class StylusInterface;
class COMPONENT_EXPORT(INPUT) RenderInputRouterClient { … };
}
#endif