#ifndef COMPONENTS_INPUT_RENDER_INPUT_ROUTER_LATENCY_TRACKER_H_
#define COMPONENTS_INPUT_RENDER_INPUT_ROUTER_LATENCY_TRACKER_H_
#include <stdint.h>
#include "base/memory/raw_ptr.h"
#include "base/sequence_checker.h"
#include "components/input/event_with_latency_info.h"
#include "base/component_export.h"
#include "third_party/blink/public/mojom/input/input_event_result.mojom-shared.h"
#include "ui/latency/latency_info.h"
namespace input {
class RenderInputRouterDelegate;
class COMPONENT_EXPORT(INPUT) RenderInputRouterLatencyTracker { … };
}
#endif