#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 { … }