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 ce6aef2fe18dd3a2b95a5b1b6cb15d2951cdaedd..32584bb8c44149f7a184fc141abcb10b3703ffb6 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js |
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js |
@@ -376,7 +376,7 @@ Emulation.DeviceModeView = class extends UI.VBox { |
this._model.deviceOutlineSetting().set(false); |
} |
- mainTarget.pageAgent().captureScreenshot(screenshotCaptured.bind(this)); |
+ mainTarget.pageAgent().captureScreenshot('png', 100, screenshotCaptured.bind(this)); |
/** |
* @param {?Protocol.Error} error |