| 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 295ec5cd0a8cc6987b73d639a079159a1dfc421e..f25c952975226fd91c362d924aaac146e9f03a8a 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",
|
|
|