| Index: third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js b/third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js
|
| index 204d0c8e41f50d857cae654849517e6a3ffc8bad..620781eac64442a65d8e10a3d2807a13dadac2f7 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js
|
| @@ -387,6 +387,7 @@ WebInspector.CountersGraph.CounterUI = function(memoryCountersPane, title, curre
|
|
|
| this._setting = WebInspector.settings.createSetting("timelineCountersGraph-" + title, true);
|
| this._filter = new WebInspector.ToolbarCheckbox(title, title, this._setting);
|
| + this._filter.inputElement.classList.add("-theme-preserve");
|
| var color = WebInspector.Color.parse(graphColor).setAlpha(0.5).asString(WebInspector.Color.Format.RGBA);
|
| if (color) {
|
| this._filter.element.backgroundColor = color;
|
|
|