Index: cc/resources/tile.cc |
diff --git a/cc/resources/tile.cc b/cc/resources/tile.cc |
index ab4fe7af54949b6da6ced7f2813cdbb8d6764447..3ccc5bddf293d31c89649c1a57017f6d1a899949 100644 |
--- a/cc/resources/tile.cc |
+++ b/cc/resources/tile.cc |
@@ -43,7 +43,8 @@ Tile::~Tile() { |
scoped_ptr<base::Value> Tile::AsValue() const { |
scoped_ptr<base::DictionaryValue> res(new base::DictionaryValue()); |
- TracedValue::MakeDictIntoImplicitSnapshot(res.get(), "cc::Tile", this); |
+ TracedValue::MakeDictIntoImplicitSnapshot( |
+ TRACE_DISABLED_BY_DEFAULT("cc.debug"), res.get(), "cc::Tile", this); |
res->Set("picture_pile", |
TracedValue::CreateIDRef(picture_pile_.get()).release()); |
res->SetDouble("contents_scale", contents_scale_); |