| Index: third_party/WebKit/Source/devtools/front_end/ui_lazy/ViewportDataGrid.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/ViewportDataGrid.js b/third_party/WebKit/Source/devtools/front_end/ui_lazy/ViewportDataGrid.js
|
| index b64c54c9f34cd14f3003502fcb59ab02ee874e09..96a313747f677388750e2ef25d5fd7995c1ad15c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/ViewportDataGrid.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/ViewportDataGrid.js
|
| @@ -475,6 +475,9 @@ WebInspector.ViewportDataGridNode.prototype = {
|
| return result;
|
| },
|
|
|
| + /**
|
| + * @override
|
| + */
|
| reveal: function()
|
| {
|
| this.dataGrid._revealViewportNode(this);
|
|
|