| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index e21b1c87435452ca3bf8bfc05cb60854613e0314..eb05ee5b1407efbae8facd3630ee0abbf67bbdb3 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 GetAllTilesForTracing(std::set<const Tile*>* tiles) const;
|
| void AsValueInto(base::debug::TracedValue* dict) const;
|
|
|
| // Other public methods
|
|
|