| OLD | NEW |
| 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_lists.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; | 19 class ClipTree; |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 | 122 |
| 123 void CC_EXPORT | 123 void CC_EXPORT |
| 124 UpdateElasticOverscroll(PropertyTrees* property_trees, | 124 UpdateElasticOverscroll(PropertyTrees* property_trees, |
| 125 const Layer* overscroll_elasticity_layer, | 125 const Layer* overscroll_elasticity_layer, |
| 126 const gfx::Vector2dF& elastic_overscroll); | 126 const gfx::Vector2dF& elastic_overscroll); |
| 127 | 127 |
| 128 } // namespace draw_property_utils | 128 } // namespace draw_property_utils |
| 129 } // namespace cc | 129 } // namespace cc |
| 130 | 130 |
| 131 #endif // CC_TREES_DRAW_PROPERTY_UTILS_H_ | 131 #endif // CC_TREES_DRAW_PROPERTY_UTILS_H_ |
| OLD | NEW |