// Copyright 2012 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_LAYER_IMPL_H_ #define CC_LAYERS_SOLID_COLOR_LAYER_IMPL_H_ #include <memory> #include "base/memory/ptr_util.h" #include "cc/cc_export.h" #include "cc/layers/layer_impl.h" namespace cc { class CC_EXPORT SolidColorLayerImpl : public LayerImpl { … }; } // namespace cc #endif // CC_LAYERS_SOLID_COLOR_LAYER_IMPL_H_