chromium/components/input/render_input_router_latency_tracker.h

// Copyright 2014 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_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;

// Utility class for tracking the latency of events passing through
// a given RenderWidgetHost.
class COMPONENT_EXPORT(INPUT) RenderInputRouterLatencyTracker {};

}  // namespace input

#endif  // COMPONENTS_INPUT_RENDER_INPUT_ROUTER_LATENCY_TRACKER_H_