chromium/third_party/blink/renderer/core/html/media/media_remoting_interstitial.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 "third_party/blink/renderer/core/html/media/media_remoting_interstitial.h"

#include "third_party/blink/public/strings/grit/blink_strings.h"
#include "third_party/blink/renderer/core/css/css_property_names.h"
#include "third_party/blink/renderer/core/css_value_keywords.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/html/html_image_element.h"
#include "third_party/blink/renderer/core/html/media/html_video_element.h"
#include "third_party/blink/renderer/platform/bindings/exception_state.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
#include "third_party/blink/renderer/platform/text/platform_locale.h"

namespace {

constexpr base::TimeDelta kStyleChangeTransitionDuration =;
constexpr base::TimeDelta kHiddenAnimationDuration =;
constexpr base::TimeDelta kShowToastDuration =;

}  // namespace

namespace blink {

MediaRemotingInterstitial::MediaRemotingInterstitial(
    HTMLVideoElement& videoElement)
    :{}

void MediaRemotingInterstitial::Show(
    const WebString& remote_device_friendly_name) {}

void MediaRemotingInterstitial::Hide(int error_code) {}

void MediaRemotingInterstitial::ToggleInterstitialTimerFired(TimerBase*) {}

void MediaRemotingInterstitial::DidMoveToNewDocument(Document& old_document) {}

void MediaRemotingInterstitial::OnPosterImageChanged() {}

void MediaRemotingInterstitial::Trace(Visitor* visitor) const {}

}  // namespace blink