| Index: cc/resources/picture_layer_tiling.h
|
| diff --git a/cc/resources/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h
|
| index f2e5e73cf3a09750ff83df7652b9e43b3b154ef0..45edc7d71ae43657b5257dc84c62a1c277cf1472 100644
|
| --- a/cc/resources/picture_layer_tiling.h
|
| +++ b/cc/resources/picture_layer_tiling.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef CC_RESOURCES_PICTURE_LAYER_TILING_H_
|
| #define CC_RESOURCES_PICTURE_LAYER_TILING_H_
|
|
|
| +#include <set>
|
| #include <utility>
|
| #include <vector>
|
|
|
| @@ -261,6 +262,7 @@ class CC_EXPORT PictureLayerTiling {
|
| return frame_time_in_seconds != last_impl_frame_time_in_seconds_;
|
| }
|
|
|
| + void GetAllTilesForTracing(std::set<const Tile*>* tiles) const;
|
| void AsValueInto(base::debug::TracedValue* array) const;
|
| size_t GPUMemoryUsageInBytes() const;
|
|
|
|
|