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

// Copyright 2016 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_element_controls_list.h"

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

namespace blink {

HTMLMediaElementControlsList::HTMLMediaElementControlsList(
    HTMLMediaElement* element)
    :{}

bool HTMLMediaElementControlsList::ValidateTokenValue(
    const AtomicString& token_value,
    ExceptionState&) const {}

bool HTMLMediaElementControlsList::ShouldHideDownload() const {}

bool HTMLMediaElementControlsList::ShouldHideFullscreen() const {}

bool HTMLMediaElementControlsList::ShouldHidePlaybackRate() const {}

bool HTMLMediaElementControlsList::ShouldHideRemotePlayback() const {}

bool HTMLMediaElementControlsList::CanShowAllControls() const {}

}  // namespace blink