chromium/ui/views/view_shadow.cc

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

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

}  // namespace views