From cfdf43376d0d023bf81c27e0dde173a0f9f21cf1 Mon Sep 17 00:00:00 2001 From: dgozman Date: Mon, 8 Feb 2016 20:29:14 -0800 Subject: [PATCH] [DevTools] Do not reset page scale on changing zoom. BUG=585283 Review URL: https://codereview.chromium.org/1677023004 Cr-Commit-Position: refs/heads/master@{#374302} --- front_end/emulation/DeviceModeModel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front_end/emulation/DeviceModeModel.js b/front_end/emulation/DeviceModeModel.js index f04ccff429..5367ff81d8 100644 --- a/front_end/emulation/DeviceModeModel.js +++ b/front_end/emulation/DeviceModeModel.js @@ -375,7 +375,7 @@ WebInspector.DeviceModeModel.prototype = { _scaleSettingChanged: function() { - this._calculateAndEmulate(true); + this._calculateAndEmulate(false); }, _widthSettingChanged: function()