| Index: Source/devtools/front_end/timeline/TimelineModel.js
|
| diff --git a/Source/devtools/front_end/timeline/TimelineModel.js b/Source/devtools/front_end/timeline/TimelineModel.js
|
| index e5282906e366e523cd789ecc3768dc6bd052ea7d..67a656e8a17e2cb8a135e569af8739c725c999b2 100644
|
| --- a/Source/devtools/front_end/timeline/TimelineModel.js
|
| +++ b/Source/devtools/front_end/timeline/TimelineModel.js
|
| @@ -57,6 +57,7 @@ WebInspector.TimelineModel.RecordType = {
|
| Animation: "Animation",
|
| RequestMainThreadFrame: "RequestMainThreadFrame",
|
| BeginFrame: "BeginFrame",
|
| + NeedsBeginFrameChanged: "NeedsBeginFrameChanged",
|
| BeginMainThreadFrame: "BeginMainThreadFrame",
|
| ActivateLayerTree: "ActivateLayerTree",
|
| DrawFrame: "DrawFrame",
|
|
|