| Index: third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/main/Main.js b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| index e43bf11f8a79e043a609d47cab43788bc44c2688..5f48468364ec036c3729c88daea8b5dd1d1b1047 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -1108,6 +1108,7 @@ WebInspector.BackendSettingsSync.prototype = {
|
| {
|
| target.pageAgent().setAutoAttachToCreatedPages(this._autoAttachSetting.get());
|
| target.emulationAgent().setScriptExecutionDisabled(this._disableJavascriptSetting.get());
|
| + target.renderingAgent().setShowViewportSizeOnResize(true);
|
| },
|
|
|
| /**
|
|
|