chromium/media/mojo/services/video_decode_stats_recorder.cc

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "media/mojo/services/video_decode_stats_recorder.h"

#include "base/functional/callback.h"
#include "base/memory/ptr_util.h"

#include "base/logging.h"

namespace media {

VideoDecodeStatsRecorder::VideoDecodeStatsRecorder(
    VideoDecodePerfHistory::SaveCallback save_cb,
    ukm::SourceId source_id,
    learning::FeatureValue origin,
    bool is_top_frame,
    uint64_t player_id)
    :{}

VideoDecodeStatsRecorder::~VideoDecodeStatsRecorder() {}

void VideoDecodeStatsRecorder::StartNewRecord(
    mojom::PredictionFeaturesPtr features) {}

void VideoDecodeStatsRecorder::UpdateRecord(
    mojom::PredictionTargetsPtr targets) {}

void VideoDecodeStatsRecorder::FinalizeRecord() {}

}  // namespace media