| Index: Source/devtools/front_end/timeline/TimelineView.js
|
| diff --git a/Source/devtools/front_end/timeline/TimelineView.js b/Source/devtools/front_end/timeline/TimelineView.js
|
| index e40746cc0606d806b8ca9c7c7c483503d8d113c3..7b1c94d443355a15bb1638154289f600b4115e26 100644
|
| --- a/Source/devtools/front_end/timeline/TimelineView.js
|
| +++ b/Source/devtools/front_end/timeline/TimelineView.js
|
| @@ -1159,6 +1159,7 @@ WebInspector.TimelineRecordListRow.prototype = {
|
|
|
| /**
|
| * @constructor
|
| + * @param {!Element} graphContainer
|
| * @param {function(!WebInspector.TimelinePresentationModel.Record)} selectRecord
|
| * @param {function()} scheduleRefresh
|
| */
|
| @@ -1279,6 +1280,9 @@ WebInspector.TimelineExpandableElement = function(container)
|
| WebInspector.TimelineExpandableElement.prototype = {
|
| /**
|
| * @param {!WebInspector.TimelinePresentationModel.Record} record
|
| + * @param {number} index
|
| + * @param {number} left
|
| + * @param {number} width
|
| */
|
| _update: function(record, index, left, width)
|
| {
|
|
|