chromium/third_party/blink/renderer/modules/media_controls/elements/media_control_div_element.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/modules/media_controls/elements/media_control_div_element.h"

#include "third_party/blink/renderer/modules/media_controls/elements/media_control_elements_helper.h"
#include "third_party/blink/renderer/modules/media_controls/media_controls_impl.h"
#include "ui/gfx/geometry/size.h"

namespace blink {

void MediaControlDivElement::SetOverflowElementIsWanted(bool) {}

void MediaControlDivElement::MaybeRecordDisplayed() {}

MediaControlDivElement::MediaControlDivElement(
    MediaControlsImpl& media_controls)
    :{}

bool MediaControlDivElement::IsMediaControlElement() const {}

gfx::Size MediaControlDivElement::GetSizeOrDefault() const {}

bool MediaControlDivElement::IsDisabled() const {}

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

}  // namespace blink