| Index: third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileFlameChart.js b/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
|
| index 3d5e76de93e6fc951f48de0407eeed3538e1ca1a..b0f144da476a14a8f4bed25b494f7a2b73328a9c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileFlameChart.js
|
| @@ -275,6 +275,9 @@ WebInspector.CPUProfileFlameChart = function(searchableView, dataProvider)
|
| };
|
|
|
| WebInspector.CPUProfileFlameChart.prototype = {
|
| + /**
|
| + * @override
|
| + */
|
| focus: function()
|
| {
|
| this._mainPane.focus();
|
| @@ -555,6 +558,9 @@ WebInspector.CPUProfileFlameChart.OverviewPane.prototype = {
|
| return this._dataProvider.timelineData();
|
| },
|
|
|
| + /**
|
| + * @override
|
| + */
|
| onResize: function()
|
| {
|
| this._scheduleUpdate();
|
|
|