Index: cc/resources/tile.cc |
diff --git a/cc/resources/tile.cc b/cc/resources/tile.cc |
index 8a09cfc38ca3f8118ab5908ccda6dc2a780cccfe..6734babe519d0cf6625e6144041aaf5e485fd4a7 100644 |
--- a/cc/resources/tile.cc |
+++ b/cc/resources/tile.cc |
@@ -55,9 +55,7 @@ void Tile::AsValueInto(base::debug::TracedValue* res) const { |
TracedValue::SetIDRef(raster_source_.get(), res, "picture_pile"); |
res->SetDouble("contents_scale", contents_scale_); |
- res->BeginArray("content_rect"); |
- MathUtil::AddToTracedValue(content_rect_, res); |
- res->EndArray(); |
+ MathUtil::AddToTracedValue("content_rect", content_rect_, res); |
res->SetInteger("layer_id", layer_id_); |