#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*) { … }
}
}