chromium/third_party/blink/renderer/platform/media/remote_playback_client_wrapper_impl.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/public/platform/media/remote_playback_client_wrapper_impl.h"

#include "third_party/blink/public/platform/modules/remoteplayback/web_remote_playback_client.h"
#include "third_party/blink/public/platform/web_media_player_client.h"
#include "third_party/blink/public/platform/web_string.h"

namespace blink {

RemotePlaybackClientWrapperImpl::RemotePlaybackClientWrapperImpl(
    WebMediaPlayerClient* client)
    :{}

RemotePlaybackClientWrapperImpl::~RemotePlaybackClientWrapperImpl() = default;

std::string RemotePlaybackClientWrapperImpl::GetActivePresentationId() {}

}  // namespace blink