| Index: third_party/WebKit/Source/devtools/front_end/emulation/DevicesSettingsTab.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/DevicesSettingsTab.js b/third_party/WebKit/Source/devtools/front_end/emulation/DevicesSettingsTab.js
|
| index 500fc75ebf9d6158b3d71390c209b544efc93499..b67e00f212c9c58b42bfe15299855abe69323f64 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/DevicesSettingsTab.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/DevicesSettingsTab.js
|
| @@ -36,6 +36,15 @@ WebInspector.DevicesSettingsTab = function()
|
| }
|
|
|
| WebInspector.DevicesSettingsTab.prototype = {
|
| + /**
|
| + * @override
|
| + * @return {!Element}
|
| + */
|
| + defaultFocusedElement: function()
|
| + {
|
| + return this.contentElement;
|
| + },
|
| +
|
| wasShown: function()
|
| {
|
| WebInspector.VBox.prototype.wasShown.call(this);
|
|
|