| Index: Source/devtools/front_end/TimelineModel.js
|
| diff --git a/Source/devtools/front_end/TimelineModel.js b/Source/devtools/front_end/TimelineModel.js
|
| index 30eb6aae7e5459fc89f7ceb468bc8993dd308609..69761d90cd9298f45be059dda6a67a2dbd5da86c 100644
|
| --- a/Source/devtools/front_end/TimelineModel.js
|
| +++ b/Source/devtools/front_end/TimelineModel.js
|
| @@ -54,6 +54,7 @@ WebInspector.TimelineModel.RecordType = {
|
| GPUTask: "GPUTask",
|
|
|
| BeginFrame: "BeginFrame",
|
| + ActivateLayerTree: "ActivateLayerTree",
|
| ScheduleStyleRecalculation: "ScheduleStyleRecalculation",
|
| RecalculateStyles: "RecalculateStyles",
|
| InvalidateLayout: "InvalidateLayout",
|
|
|