| 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 3b4936bd153002f0e82b0927d2e56ffc54dfd8ac..ae27d37096d6033d0298749ecfe3a7d2630d1e3f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js
|
| @@ -29,8 +29,6 @@ WebInspector.DeviceModeModel = function(updateCallback)
|
|
|
| /** @type {!WebInspector.DeviceModeModel.Type} */
|
| this._type = WebInspector.DeviceModeModel.Type.Desktop;
|
| - this._fitSetting.set(0);
|
| - this._deviceScaleFactorSetting.set(0);
|
| /** @type {?WebInspector.EmulatedDevice} */
|
| this._device = null;
|
| /** @type {?WebInspector.EmulatedDevice.Mode} */
|
|
|