chromium/components/media_message_center/media_notification_background.h

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_MEDIA_MESSAGE_CENTER_MEDIA_NOTIFICATION_BACKGROUND_H_
#define COMPONENTS_MEDIA_MESSAGE_CENTER_MEDIA_NOTIFICATION_BACKGROUND_H_

#include "ui/views/background.h"

namespace gfx {
class ImageSkia;
}  // namespace gfx

namespace views {
class View;
}  // namespace views

namespace media_message_center {

// Interface for media notification view's background.
class MediaNotificationBackground : public views::Background {};

}  // namespace media_message_center

#endif  // COMPONENTS_MEDIA_MESSAGE_CENTER_MEDIA_NOTIFICATION_BACKGROUND_H_