| Index: tracing/tracing/ui/base/chart_base.html
|
| diff --git a/tracing/tracing/ui/base/chart_base.html b/tracing/tracing/ui/base/chart_base.html
|
| index 4b94b80c656293c2fbff3cff80df7993a02f5d69..5155376058a907ef90e88adbe8c869844b6ee941 100644
|
| --- a/tracing/tracing/ui/base/chart_base.html
|
| +++ b/tracing/tracing/ui/base/chart_base.html
|
| @@ -50,7 +50,7 @@ tr.exportTo('tr.ui.b', function() {
|
| function getColorOfKey(key, selected) {
|
| var id = ColorScheme.getColorIdForGeneralPurposeString(key);
|
| if (selected)
|
| - id += ColorScheme.properties.selectedIdBoost;
|
| + id += ColorScheme.properties.brightenedOffsets[0];
|
| return ColorScheme.colorsAsStrings[id];
|
| }
|
|
|
|
|