chromium/third_party/blink/renderer/core/html/media/html_media_test_helper.cc

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

#include "third_party/blink/renderer/core/html/media/html_media_test_helper.h"

#include "third_party/blink/public/platform/web_media_player.h"

namespace blink {
namespace test {

MediaStubLocalFrameClient::MediaStubLocalFrameClient(
    std::unique_ptr<WebMediaPlayer> player)
    :{}

MediaStubLocalFrameClient::MediaStubLocalFrameClient(
    std::unique_ptr<WebMediaPlayer> player,
    bool allow_empty_player)
    :{}

std::unique_ptr<WebMediaPlayer> MediaStubLocalFrameClient::CreateWebMediaPlayer(
    HTMLMediaElement&,
    const WebMediaPlayerSource&,
    WebMediaPlayerClient*) {}

}  // namespace test
}  // namespace blink