| Index: third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js b/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| index 9356502e5f66b52a42aee4542d796d45dd5e70a9..7bee4c0f0f77abbb8446a9ad09c71e59219b2a02 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| @@ -2000,7 +2000,7 @@ Profiler.HeapTrackingOverviewGrid.OverviewCalculator = class {
|
| Profiler.HeapSnapshotStatisticsView = class extends UI.VBox {
|
| constructor() {
|
| super();
|
| - this.setMinimumSize(50, 25);
|
| + this.element.classList.add('heap-snapshot-statistics-view');
|
| this._pieChart = new PerfUI.PieChart(150, Profiler.HeapSnapshotStatisticsView._valueFormatter, true);
|
| this._pieChart.element.classList.add('heap-snapshot-stats-pie-chart');
|
| this.element.appendChild(this._pieChart.element);
|
|
|