| Index: Source/devtools/front_end/timeline/TimelineFrameOverview.js
|
| diff --git a/Source/devtools/front_end/timeline/TimelineFrameOverview.js b/Source/devtools/front_end/timeline/TimelineFrameOverview.js
|
| index 399a2fb5c412fe38ba0a05f9dad4be0b45d62ffb..0a051548a40bc15162096484c9c2b57a839f497b 100644
|
| --- a/Source/devtools/front_end/timeline/TimelineFrameOverview.js
|
| +++ b/Source/devtools/front_end/timeline/TimelineFrameOverview.js
|
| @@ -275,7 +275,7 @@ WebInspector.TimelineFrameOverview.prototype = {
|
| var y0 = Math.floor(windowHeight - frame.duration * scale) + 0.5;
|
| var y1 = windowHeight + 0.5;
|
|
|
| - this._context.strokeStyle = "rgba(90, 90, 90, 0.3)";
|
| + this._context.strokeStyle = "rgba(90, 90, 90, 0.2)";
|
| this._context.beginPath();
|
| this._context.moveTo(x, y1);
|
| this._context.lineTo(x, y0);
|
|
|