Index: Source/devtools/front_end/timeline/TimelineUIUtilsImpl.js |
diff --git a/Source/devtools/front_end/timeline/TimelineUIUtilsImpl.js b/Source/devtools/front_end/timeline/TimelineUIUtilsImpl.js |
index 55970933d64204ffccdc2df23f8eaed271803ea7..79cca164d1bd98d2f8fc92075f3f1eaf6ee44d45 100644 |
--- a/Source/devtools/front_end/timeline/TimelineUIUtilsImpl.js |
+++ b/Source/devtools/front_end/timeline/TimelineUIUtilsImpl.js |
@@ -105,6 +105,14 @@ WebInspector.TimelineUIUtilsImpl.prototype = { |
}, |
/** |
+ * @return {!Element} |
+ */ |
+ createBeginFrameDivider: function() |
+ { |
+ return this.createEventDivider(WebInspector.TimelineModel.RecordType.BeginFrame); |
+ }, |
+ |
+ /** |
* @param {string} recordType |
* @param {string=} title |
* @return {!Element} |