// 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_TEST_SOLID_COLOR_CONTENT_LAYER_CLIENT_H_ #define CC_TEST_SOLID_COLOR_CONTENT_LAYER_CLIENT_H_ #include <stddef.h> #include "base/compiler_specific.h" #include "cc/layers/content_layer_client.h" #include "third_party/skia/include/core/SkColor.h" namespace cc { class SolidColorContentLayerClient : public ContentLayerClient { … }; } // namespace cc #endif // CC_TEST_SOLID_COLOR_CONTENT_LAYER_CLIENT_H_