| 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 03a6300d9b2c6846625e0bd3f5543bfe4aca9123..c837b69d1f5e49ee8cd9647c2f30b038acbda46c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js
|
| @@ -332,6 +332,13 @@ Emulation.DeviceModeModel = class {
|
| this._target = null;
|
| }
|
|
|
| + /**
|
| + * @return {?SDK.Target}
|
| + */
|
| + target() {
|
| + return this._target;
|
| + }
|
| +
|
| _scaleSettingChanged() {
|
| this._calculateAndEmulate(false);
|
| }
|
|
|