Chromium Code Reviews| Index: cc/trees/layer_tree_impl.h |
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
| index 95cf7b15cf665ca11d242655dad97eb999305858..2703c671844267e115fd35b8f48a0dab3ed2ce82 100644 |
| --- a/cc/trees/layer_tree_impl.h |
| +++ b/cc/trees/layer_tree_impl.h |
| @@ -6,6 +6,7 @@ |
| #define CC_TREES_LAYER_TREE_IMPL_H_ |
| #include <list> |
| +#include <set> |
| #include <string> |
| #include <vector> |
| @@ -112,6 +113,7 @@ class CC_EXPORT LayerTreeImpl { |
| const LayerTreeDebugState& debug_state() const; |
| float device_scale_factor() const; |
| DebugRectHistory* debug_rect_history() const; |
| + void AllTilesForTracingInto(std::set<const Tile*>* tiles) const; |
|
nduca
2014/08/20 01:05:16
Should this be GetAll...
|
| void AsValueInto(base::debug::TracedValue* dict) const; |
| // Other public methods |