| 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 a3b7829fbe624d668f1d1b6a0b5613e0903c320c..8e6f5f54fea946557565d1e6a4f745464b8408cd 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -1116,6 +1116,7 @@ WebInspector.BackendSettingsSync.prototype = {
|
| {
|
| target.pageAgent().setAutoAttachToCreatedPages(this._autoAttachSetting.get());
|
| target.emulationAgent().setScriptExecutionDisabled(this._disableJavascriptSetting.get());
|
| + target.renderingAgent().setShowViewportSizeOnResize(true);
|
| },
|
|
|
| /**
|
|
|