| Index: third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js b/third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js
|
| index 9daeb842bb168367b5b9e388bef5391b89cbc328..8d93a4dc4345886ffa7e4b9502984f6c1d21c59a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js
|
| @@ -508,6 +508,14 @@ UI.TimelineOverviewBase = class extends UI.VBox {
|
| }
|
|
|
| /**
|
| + * @protected
|
| + * @return {?UI.TimelineOverviewCalculator}
|
| + */
|
| + calculator() {
|
| + return this._calculator;
|
| + }
|
| +
|
| + /**
|
| * @override
|
| */
|
| update() {
|
|
|