| Index: third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js
|
| index 6ff51ae00079d4066db8b8e39da074c41f6a9189..2c564af87f200fcd424a33d1728a5e4ed2ca7f5c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js
|
| @@ -377,7 +377,7 @@ WebInspector.DeviceModeModel.prototype = {
|
|
|
| _scaleSettingChanged: function()
|
| {
|
| - this._calculateAndEmulate(true);
|
| + this._calculateAndEmulate(false);
|
| },
|
|
|
| _widthSettingChanged: function()
|
|
|