#ifndef COMPONENTS_INPUT_RENDER_WIDGET_TARGETER_H_
#define COMPONENTS_INPUT_RENDER_WIDGET_TARGETER_H_
#include <optional>
#include <queue>
#include "base/memory/raw_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/time/time.h"
#include "base/timer/timer.h"
#include "components/input/render_widget_host_view_input.h"
#include "components/viz/common/surfaces/frame_sink_id.h"
#include "base/component_export.h"
#include "ui/events/blink/web_input_event_traits.h"
#include "ui/latency/latency_info.h"
namespace blink {
class WebInputEvent;
}
namespace gfx {
class PointF;
}
namespace input {
class RenderWidgetHostViewInput;
struct COMPONENT_EXPORT(INPUT) RenderWidgetTargetResult { … };
class RenderWidgetTargeter { … };
}
#endif