| Index: cc/debug/traced_value.h
|
| diff --git a/cc/debug/traced_value.h b/cc/debug/traced_value.h
|
| index e5d63a1c1071d9bb611ef89511edcc20ff315785..148aca8ebb67f05e63c8a6267a58ccedd2dc8a49 100644
|
| --- a/cc/debug/traced_value.h
|
| +++ b/cc/debug/traced_value.h
|
| @@ -21,6 +21,11 @@ class TracedValue : public base::debug::ConvertableToTraceFormat {
|
| static scoped_ptr<base::Value> CreateIDRef(const void* id);
|
| static void MakeDictIntoImplicitSnapshot(
|
| base::DictionaryValue* dict, const char* object_name, const void* id);
|
| + static void MakeDictIntoImplicitSnapshotWithCategory(
|
| + const char* category,
|
| + base::DictionaryValue* dict,
|
| + const char* object_name,
|
| + const void* id);
|
| static scoped_ptr<ConvertableToTraceFormat> FromValue(
|
| base::Value* value);
|
|
|
|
|