| Index: third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js
|
| index b0ae7476359342bee0b16b25ad4f519a137ef785..53b0891b33107654684af7df2afa422863ddb372 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js
|
| @@ -379,7 +379,7 @@ Emulation.DeviceModeView = class extends UI.VBox {
|
| this._model.deviceOutlineSetting().set(false);
|
| }
|
|
|
| - screenCaptureModel.captureScreenshot('png', 100).then(screenshotCaptured.bind(this));
|
| + screenCaptureModel.captureScreenshot('png', 100, false).then(screenshotCaptured.bind(this));
|
|
|
| /**
|
| * @param {?string} content
|
|
|