chromium/ui/views/view_shadow_unittest.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/gfx/shadow_util.h"
#include "ui/views/test/views_test_base.h"
#include "ui/views/view.h"

namespace views {

ViewShadowTest;

TEST_F(ViewShadowTest, UseShadow) {}

TEST_F(ViewShadowTest, ShadowBoundsFollowView) {}

TEST_F(ViewShadowTest, ShadowBoundsFollowIndirectViewBoundsChange) {}

TEST_F(ViewShadowTest, ViewDestruction) {}

TEST_F(ViewShadowTest, ShadowKeepsLayerType) {}

// Tests the shadow layer will not shift when the view's layer is reparented to
// another layer.
TEST_F(ViewShadowTest, NoShiftWhenReparentViewLayer) {}

}  // namespace views