#ifndef COMPONENTS_MEDIA_MESSAGE_CENTER_MEDIA_NOTIFICATION_BACKGROUND_IMPL_H_
#define COMPONENTS_MEDIA_MESSAGE_CENTER_MEDIA_NOTIFICATION_BACKGROUND_IMPL_H_
#include <optional>
#include "base/component_export.h"
#include "base/gtest_prod_util.h"
#include "components/media_message_center/media_notification_background.h"
#include "third_party/skia/include/core/SkColor.h"
#include "ui/gfx/image/image_skia.h"
struct SkPoint;
namespace gfx {
class Rect;
class Size;
}
namespace views {
class View;
}
namespace media_message_center {
class COMPONENT_EXPORT(MEDIA_MESSAGE_CENTER) MediaNotificationBackgroundImpl
: public MediaNotificationBackground { … };
}
#endif