| 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 1079cc894a2ba5882037cebe788fd7648a90aca0..b6f0cb6ab2fa6cf04bccec3aad2133bbb289e13d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| @@ -1953,6 +1953,9 @@ WebInspector.HeapTrackingOverviewGrid.prototype = {
|
| }
|
| },
|
|
|
| + /**
|
| + * @override
|
| + */
|
| onResize: function()
|
| {
|
| this._updateOverviewCanvas = true;
|
|
|