chromium/components/input/render_input_router_client.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_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 {};

}  // namespace input

#endif  // COMPONENTS_INPUT_RENDER_INPUT_ROUTER_CLIENT_H_