chromium/chrome/browser/ui/views/overlay/playback_image_button.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 "chrome/browser/ui/views/overlay/playback_image_button.h"

#include "chrome/app/vector_icons/vector_icons.h"
#include "chrome/browser/ui/color/chrome_color_id.h"
#include "chrome/browser/ui/views/overlay/constants.h"
#include "chrome/grit/generated_resources.h"
#include "components/vector_icons/vector_icons.h"
#include "media/base/media_switches.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/metadata/metadata_impl_macros.h"
#include "ui/base/models/image_model.h"
#include "ui/color/color_id.h"
#include "ui/gfx/paint_vector_icon.h"
#include "ui/views/accessibility/view_accessibility.h"
#include "ui/views/background.h"
#include "ui/views/vector_icons.h"

namespace {

constexpr int kPlaybackButtonSize =;
constexpr int kPlaybackButtonIconSize =;

}  // namespace

PlaybackImageButton::PlaybackImageButton(PressedCallback callback)
    :{}

void PlaybackImageButton::OnBoundsChanged(const gfx::Rect& rect) {}

void PlaybackImageButton::SetPlaybackState(
    const VideoOverlayWindowViews::PlaybackState playback_state) {}

void PlaybackImageButton::SetWindowSize(const gfx::Size& window_size) {}

void PlaybackImageButton::UpdateImageAndText() {}

void PlaybackImageButton::UpdatePosition() {}

void PlaybackImageButton::SetPlayButtonBackground() {}

void PlaybackImageButton::SetPauseButtonBackground() {}

BEGIN_METADATA()