#include "ui/views/view_shadow.h"
#include "ui/compositor/layer.h"
#include "ui/compositor_extra/shadow.h"
#include "ui/views/view.h"
#include "ui/views/view_class_properties.h"
namespace views {
ViewShadow::ViewShadow(View* view, int elevation)
: … { … }
ViewShadow::~ViewShadow() { … }
void ViewShadow::SetRoundedCornerRadius(int corner_radius) { … }
void ViewShadow::OnLayerRecreated(ui::Layer* old_layer) { … }
void ViewShadow::OnViewLayerBoundsSet(View* view) { … }
void ViewShadow::OnViewIsDeleting(View* view) { … }
}