| 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 9fd19aeeae0ac2c87d1eeca11fa7c94c69f17af3..ff4af9732b9d809bb98c2924411c7fc8663dd149 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/CountersGraph.js
|
| @@ -224,6 +224,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);
|
|
|