// 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_DEBUG_DEBUG_COLORS_H_ #define CC_DEBUG_DEBUG_COLORS_H_ #include "base/containers/span.h" #include "cc/debug/debug_export.h" #include "cc/raster/lcd_text_disallowed_reason.h" #include "third_party/skia/include/core/SkColor.h" namespace cc { class CC_DEBUG_EXPORT DebugColors { … }; } // namespace cc #endif // CC_DEBUG_DEBUG_COLORS_H_