// 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_TILES_TILE_DRAW_INFO_H_ #define CC_TILES_TILE_DRAW_INFO_H_ #include "base/notreached.h" #include "base/trace_event/traced_value.h" #include "cc/resources/resource_pool.h" #include "components/viz/common/resources/platform_color.h" #include "third_party/skia/include/core/SkColor.h" namespace cc { // This class holds all the state relevant to drawing a tile. class CC_EXPORT TileDrawInfo { … }; } // namespace cc #endif // CC_TILES_TILE_DRAW_INFO_H_