| Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js
|
| index be44c2e2db2b4f992df436ae59c9acfb0ad9950e..c29d5358384bf854cbf7716b59b92742bf704b35 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineFlameChartDataProvider.js
|
| @@ -57,8 +57,8 @@ Timeline.TimelineFlameChartDataProvider = class {
|
| padding: 4,
|
| height: 17,
|
| collapsible: true,
|
| - color: UI.themeSupport.patchColor('#222', UI.ThemeSupport.ColorUsage.Foreground),
|
| - backgroundColor: UI.themeSupport.patchColor('white', UI.ThemeSupport.ColorUsage.Background),
|
| + color: UI.themeSupport.patchColorText('#222', UI.ThemeSupport.ColorUsage.Foreground),
|
| + backgroundColor: UI.themeSupport.patchColorText('white', UI.ThemeSupport.ColorUsage.Background),
|
| font: this._font,
|
| nestingLevel: 0,
|
| shareHeaderLine: true
|
|
|