| Index: third_party/WebKit/Source/devtools/front_end/layers/LayersPanel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/layers/LayersPanel.js b/third_party/WebKit/Source/devtools/front_end/layers/LayersPanel.js
|
| index 034b230faf04a1f267866f9772b1b2ec93769799..5fd204b6b08ac63df17b0e07fdf34c89bee1b432 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/layers/LayersPanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/layers/LayersPanel.js
|
| @@ -81,7 +81,6 @@ Layers.LayersPanel = class extends UI.PanelWithSidebar {
|
| super.wasShown();
|
| if (this._model)
|
| this._model.enable();
|
| - this._layerTreeOutline.focus();
|
| }
|
|
|
| /**
|
|
|