// 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. #ifndef CC_LAYERS_SCROLLBAR_LAYER_BASE_H_ #define CC_LAYERS_SCROLLBAR_LAYER_BASE_H_ #include "cc/cc_export.h" #include "cc/input/scrollbar.h" #include "cc/layers/layer.h" namespace cc { class CC_EXPORT ScrollbarLayerBase : public Layer { … }; } // namespace cc #endif // CC_LAYERS_SCROLLBAR_LAYER_BASE_H_