| 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 0886b2578fc1fd2662b3a17539848763f671d929..b5d5b9c1ac9336f9aed4f72ee7a221f15741a7ba 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/layers/LayersPanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/layers/LayersPanel.js
|
| @@ -73,6 +73,7 @@ WebInspector.LayersPanel.prototype = {
|
| focus: function()
|
| {
|
| this._layerTreeOutline.focus();
|
| + this.wasFocused();
|
| },
|
|
|
| wasShown: function()
|
|
|