Skip to content

Commit

Permalink
[DevTools] Do not reset page scale on changing zoom.
Browse files Browse the repository at this point in the history
BUG=585283

Review URL: https://codereview.chromium.org/1677023004

Cr-Commit-Position: refs/heads/master@{#374302}
  • Loading branch information
dgozman authored and Commit bot committed Feb 9, 2016
1 parent c96df75 commit cfdf433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front_end/emulation/DeviceModeModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ WebInspector.DeviceModeModel.prototype = {

_scaleSettingChanged: function()
{
this._calculateAndEmulate(true);
this._calculateAndEmulate(false);
},

_widthSettingChanged: function()
Expand Down

0 comments on commit cfdf433

Please sign in to comment.