| Index: cc/tiles/prioritized_tile.cc
|
| diff --git a/cc/tiles/prioritized_tile.cc b/cc/tiles/prioritized_tile.cc
|
| index 67f33c9dbc8124c7674579b9c8795853d68990a4..2e0246c34c906a48650d7da278cab4bae0f3264c 100644
|
| --- a/cc/tiles/prioritized_tile.cc
|
| +++ b/cc/tiles/prioritized_tile.cc
|
| @@ -33,6 +33,7 @@ void PrioritizedTile::AsValueInto(base::trace_event::TracedValue* value) const {
|
|
|
| value->BeginDictionary("combined_priority");
|
| priority().AsValueInto(value);
|
| + value->SetBoolean("is_occluded", is_occluded_);
|
| value->EndDictionary();
|
|
|
| value->SetString("resolution", TileResolutionToString(priority().resolution));
|
|
|