Index: Source/devtools/front_end/TracingModel.js |
diff --git a/Source/devtools/front_end/TracingModel.js b/Source/devtools/front_end/TracingModel.js |
index b5e316b3621fdb477b535a57c54b696fd045b3c4..5ac20003aea92cdf6ef12bd1cb7b2f1774b7fe9f 100644 |
--- a/Source/devtools/front_end/TracingModel.js |
+++ b/Source/devtools/front_end/TracingModel.js |
@@ -63,7 +63,14 @@ WebInspector.TracingModel.MetadataEvent = { |
ProcessName: "process_name", |
ThreadSortIndex: "thread_sort_index", |
ThreadName: "thread_name" |
-} |
+}; |
+ |
+WebInspector.TracingModel.DevToolsMetadataEventCategory = "disabled-by-default-devtools.timeline"; |
+ |
+WebInspector.TracingModel.DevToolsMetadataEvent = { |
+ TimelineStarted: "TimelineStarted", |
+ SetLayerTreeId: "SetLayerTreeId" |
+}; |
WebInspector.TracingModel.prototype = { |
/** |