Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Side by Side Diff: cc/trees/draw_property_utils.h

Issue 2503283002: cc: Cleanup class/struct forward declarations (Closed)
Patch Set: Add missing fwd class decl in blimp_embedder_compositor.h Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « cc/trees/damage_tracker.h ('k') | cc/trees/layer_tree.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CC_TREES_DRAW_PROPERTY_UTILS_H_ 5 #ifndef CC_TREES_DRAW_PROPERTY_UTILS_H_
6 #define CC_TREES_DRAW_PROPERTY_UTILS_H_ 6 #define CC_TREES_DRAW_PROPERTY_UTILS_H_
7 7
8 #include "cc/base/cc_export.h" 8 #include "cc/base/cc_export.h"
9 #include "cc/layers/layer_collections.h" 9 #include "cc/layers/layer_collections.h"
10 10
11 namespace gfx { 11 namespace gfx {
12 class Rect; 12 class Rect;
13 class Transform; 13 class Transform;
14 class Vector2dF; 14 class Vector2dF;
15 } // namespace gfx 15 } // namespace gfx
16 16
17 namespace cc { 17 namespace cc {
18 18
19 class ClipTree;
20 struct DrawProperties;
21 class Layer; 19 class Layer;
22 class LayerImpl; 20 class LayerImpl;
23 class LayerTree; 21 class LayerTree;
24 class RenderSurfaceImpl; 22 class RenderSurfaceImpl;
25 class EffectTree; 23 class EffectTree;
26 class TransformTree; 24 class TransformTree;
27 class PropertyTrees; 25 class PropertyTrees;
28 struct EffectNode; 26 struct EffectNode;
29 27
30 namespace draw_property_utils { 28 namespace draw_property_utils {
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 131
134 void CC_EXPORT 132 void CC_EXPORT
135 UpdateElasticOverscroll(PropertyTrees* property_trees, 133 UpdateElasticOverscroll(PropertyTrees* property_trees,
136 const Layer* overscroll_elasticity_layer, 134 const Layer* overscroll_elasticity_layer,
137 const gfx::Vector2dF& elastic_overscroll); 135 const gfx::Vector2dF& elastic_overscroll);
138 136
139 } // namespace draw_property_utils 137 } // namespace draw_property_utils
140 } // namespace cc 138 } // namespace cc
141 139
142 #endif // CC_TREES_DRAW_PROPERTY_UTILS_H_ 140 #endif // CC_TREES_DRAW_PROPERTY_UTILS_H_
OLDNEW
« no previous file with comments | « cc/trees/damage_tracker.h ('k') | cc/trees/layer_tree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698