Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4485)

Unified Diff: cc/debug/traced_value.h

Issue 20667002: cc: Add frame data to LTHI tracing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add category thing Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/debug/traced_value.h
diff --git a/cc/debug/traced_value.h b/cc/debug/traced_value.h
index e5d63a1c1071d9bb611ef89511edcc20ff315785..d3b3d322c1f1a46dc844e6bfdeca03d174739249 100644
--- a/cc/debug/traced_value.h
+++ b/cc/debug/traced_value.h
@@ -19,8 +19,10 @@ namespace cc {
class TracedValue : public base::debug::ConvertableToTraceFormat {
public:
static scoped_ptr<base::Value> CreateIDRef(const void* id);
- static void MakeDictIntoImplicitSnapshot(
- base::DictionaryValue* dict, const char* object_name, const void* id);
+ static void MakeDictIntoImplicitSnapshot(const char* category,
nduca 2013/08/09 04:27:45 lets make this optional with overloading? otherwi
piman 2013/08/09 20:26:07 Done. I'd argue that at the callsite you can't kn
+ base::DictionaryValue* dict,
+ const char* object_name,
+ const void* id);
static scoped_ptr<ConvertableToTraceFormat> FromValue(
base::Value* value);
« no previous file with comments | « cc/base/math_util.cc ('k') | cc/debug/traced_value.cc » ('j') | cc/trees/layer_tree_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698