// 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_DRAW_PROPERTIES_H_ #define CC_LAYERS_DRAW_PROPERTIES_H_ #include <stddef.h> #include "cc/trees/occlusion.h" #include "ui/gfx/geometry/mask_filter_info.h" #include "ui/gfx/geometry/rect.h" #include "ui/gfx/geometry/transform.h" namespace cc { // Container for properties that layers need to compute before they can be // drawn. struct CC_EXPORT DrawProperties { … }; } // namespace cc #endif // CC_LAYERS_DRAW_PROPERTIES_H_