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

#include "chrome/browser/themes/custom_theme_supplier.h"
#include "chrome/browser/themes/theme_service.h"
#include "ui/views/widget/widget_delegate.h"

PresentationReceiverWindowFrame::PresentationReceiverWindowFrame(
    Profile* profile)
    :{}
PresentationReceiverWindowFrame::~PresentationReceiverWindowFrame() = default;

void PresentationReceiverWindowFrame::InitReceiverFrame(
    std::unique_ptr<views::WidgetDelegateView> delegate,
    const gfx::Rect& bounds) {}

const ui::ThemeProvider* PresentationReceiverWindowFrame::GetThemeProvider()
    const {}

ui::ColorProviderKey::ThemeInitializerSupplier*
PresentationReceiverWindowFrame::GetCustomTheme() const {}