#ifndef COMPONENTS_VIZ_SERVICE_FRAME_SINKS_FRAME_COUNTER_H_
#define COMPONENTS_VIZ_SERVICE_FRAME_SINKS_FRAME_COUNTER_H_
#include <string_view>
#include "base/containers/flat_map.h"
#include "base/time/time.h"
#include "components/viz/common/surfaces/frame_sink_id.h"
#include "components/viz/service/viz_service_export.h"
#include "services/viz/privileged/mojom/compositing/frame_sinks_metrics_recorder.mojom-forward.h"
#include "services/viz/public/mojom/compositing/compositor_frame_sink.mojom-shared.h"
namespace viz {
class VIZ_SERVICE_EXPORT FrameCounter { … };
}
#endif