Index: third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js b/third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js |
index 675221b5aae3a41004f02d9f479dcbcba3ca0d6d..3e67015dfd2cbf793fc79ecf32dc0d3b07b85b48 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js |
+++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js |
@@ -1140,6 +1140,10 @@ UI.DataGrid = class extends Common.Object { |
this._dataGridWidget = new UI.DataGridWidget(this); |
return this._dataGridWidget; |
} |
+ |
+ topFillerRowElement() { |
+ return this._topFillerRow; |
+ } |
}; |
// Keep in sync with .data-grid col.corner style rule. |