| Index: cc/resources/tile.cc
|
| diff --git a/cc/resources/tile.cc b/cc/resources/tile.cc
|
| index e2aa503032c2ffa677ec3ce8db1d1759fe4429b0..85ff831ca52dc456ca68167cd10320d8e87f1059 100644
|
| --- a/cc/resources/tile.cc
|
| +++ b/cc/resources/tile.cc
|
| @@ -87,6 +87,8 @@ void Tile::AsValueInto(base::debug::TracedValue* res) const {
|
| res->EndDictionary();
|
|
|
| res->SetBoolean("use_picture_analysis", use_picture_analysis());
|
| +
|
| + res->SetInteger("gpu_memory_usage", GPUMemoryUsageInBytes());
|
| }
|
|
|
| size_t Tile::GPUMemoryUsageInBytes() const {
|
|
|