| 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 b48a7cfa0802226d0470d836cc78a625bc39a31b..694eb94f115b212e86b198ede67eeccdb64d1152 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js
|
| @@ -232,6 +232,12 @@ Timeline.CountersGraph = class extends UI.VBox {
|
| refreshRecords() {
|
| }
|
|
|
| + /**
|
| + * @override
|
| + */
|
| + extensionDataAdded() {
|
| + }
|
| +
|
| _clear() {
|
| var ctx = this._canvas.getContext('2d');
|
| ctx.clearRect(0, 0, ctx.canvas.width, ctx.canvas.height);
|
|
|