// 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_PAINTED_SCROLLBAR_LAYER_IMPL_H_ #define CC_LAYERS_PAINTED_SCROLLBAR_LAYER_IMPL_H_ #include <memory> #include <vector> #include "cc/cc_export.h" #include "cc/input/scrollbar.h" #include "cc/layers/nine_patch_generator.h" #include "cc/layers/scrollbar_layer_impl_base.h" #include "cc/resources/ui_resource_client.h" namespace cc { class LayerTreeImpl; class CC_EXPORT PaintedScrollbarLayerImpl : public ScrollbarLayerImplBase { … }; } // namespace cc #endif // CC_LAYERS_PAINTED_SCROLLBAR_LAYER_IMPL_H_