| 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 bd206f7f032ed68b044970f5fef781ff119ad854..32c18271d19bb141f1bd41ae71379375d2dd3574 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);
|
| }
|
|
|