// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CC_LAYERS_SOLID_COLOR_SCROLLBAR_LAYER_IMPL_H_ #define CC_LAYERS_SOLID_COLOR_SCROLLBAR_LAYER_IMPL_H_ #include <memory> #include "cc/cc_export.h" #include "cc/layers/scrollbar_layer_impl_base.h" namespace cc { class CC_EXPORT SolidColorScrollbarLayerImpl : public ScrollbarLayerImplBase { … }; } // namespace cc #endif // CC_LAYERS_SOLID_COLOR_SCROLLBAR_LAYER_IMPL_H_