1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CC_DEBUG_TRACED_VALUE_H_
6 #define CC_DEBUG_TRACED_VALUE_H_
9 namespace trace_event
{
18 static void AppendIDRef(const void* id
,
19 base::trace_event::TracedValue
* array
);
20 static void SetIDRef(const void* id
,
21 base::trace_event::TracedValue
* dict
,
23 static void MakeDictIntoImplicitSnapshot(base::trace_event::TracedValue
* dict
,
24 const char* object_name
,
26 static void MakeDictIntoImplicitSnapshotWithCategory(
28 base::trace_event::TracedValue
* dict
,
29 const char* object_name
,
31 static void MakeDictIntoImplicitSnapshotWithCategory(
33 base::trace_event::TracedValue
* dict
,
34 const char* object_base_type_name
,
35 const char* object_name
,
41 #endif // CC_DEBUG_TRACED_VALUE_H_