| Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| index 84de7bb2d4fd3f66c3d94a678cc6df53bccff427..032b5f39dbfb40b4bfe4a03d35a5983d5c7c89e5 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| @@ -78,6 +78,8 @@ Timeline.TimelineUIUtils = class {
|
| new Timeline.TimelineRecordStyle(Common.UIString('Update Layer'), categories['painting'], true);
|
| eventStyles[recordTypes.UpdateLayerTree] =
|
| new Timeline.TimelineRecordStyle(Common.UIString('Update Layer Tree'), categories['rendering']);
|
| + eventStyles[recordTypes.PreparePaint] =
|
| + new Timeline.TimelineRecordStyle(Common.UIString('Prepare Paint'), categories['painting']);
|
| eventStyles[recordTypes.Paint] = new Timeline.TimelineRecordStyle(Common.UIString('Paint'), categories['painting']);
|
| eventStyles[recordTypes.RasterTask] =
|
| new Timeline.TimelineRecordStyle(Common.UIString('Rasterize Paint'), categories['painting']);
|
|
|