| Index: third_party/WebKit/Source/devtools/front_end/ui_lazy/FlameChart.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/FlameChart.js b/third_party/WebKit/Source/devtools/front_end/ui_lazy/FlameChart.js
|
| index 824985a4fa39865dcaac52cbcd30a39266630cb3..322b57016f06483299ba1349d10255e04021a746 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/FlameChart.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/FlameChart.js
|
| @@ -1310,7 +1310,7 @@ WebInspector.FlameChart.prototype = {
|
| context.fill();
|
| }
|
|
|
| - context.strokeStyle = "rgb(0, 0, 0)";
|
| + context.strokeStyle = "rgba(0, 0, 0, 0.2)";
|
| context.beginPath();
|
| for (var m = 0; m < nextMarkerIndex; ++m) {
|
| var entryIndex = markerIndices[m];
|
|
|