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

#include "third_party/blink/public/strings/grit/blink_strings.h"
#include "third_party/blink/renderer/modules/media_controls/media_controls_impl.h"

namespace {

// The during element has extra '/ ' in the text which takes approximately
// 9 pixels.
constexpr int kTimeDisplayExtraCharacterWidth =;

}  // namespace

namespace blink {

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

int MediaControlRemainingTimeDisplayElement::EstimateElementWidth() const {}

String MediaControlRemainingTimeDisplayElement::FormatTime() const {}

}  // namespace blink