diff options
Diffstat (limited to 'cc/debug/traced_value.h')
-rw-r--r-- | cc/debug/traced_value.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cc/debug/traced_value.h b/cc/debug/traced_value.h index e5d63a1..148aca8 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); |