// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "cc/layers/solid_color_scrollbar_layer_impl.h" #include <stddef.h> #include "cc/test/layer_tree_impl_test_base.h" #include "testing/gtest/include/gtest/gtest.h" namespace cc { namespace { TEST(SolidColorScrollbarLayerImplTest, Occlusion) { … } } // namespace } // namespace cc