// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef MEDIA_BASE_VIDEO_ENCODER_METRICS_PROVIDER_H_ #define MEDIA_BASE_VIDEO_ENCODER_METRICS_PROVIDER_H_ #include "media/base/encoder_status.h" #include "media/base/svc_scalability_mode.h" #include "media/base/video_codecs.h" #include "ui/gfx/geometry/size.h" namespace media { class VideoEncoderMetricsProvider { … }; } // namespace media #endif // MEDIA_BASE_VIDEO_ENCODER_METRICS_PROVIDER_H_