// Copyright 2016 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_NINE_PATCH_THUMB_SCROLLBAR_LAYER_IMPL_H_ #define CC_LAYERS_NINE_PATCH_THUMB_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 NinePatchThumbScrollbarLayerImpl : public ScrollbarLayerImplBase { … }; } // namespace cc #endif // CC_LAYERS_NINE_PATCH_THUMB_SCROLLBAR_LAYER_IMPL_H_