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 4fea93b77fb989d0b28cee87bce5a8dffa31fef1..e554590f7ba4a7bd9af511f32418a3ecd1fc4bf2 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 @@ |
this._model.deviceOutlineSetting().set(false); |
} |
- mainTarget.pageAgent().captureScreenshot('png', 100, screenshotCaptured.bind(this)); |
+ mainTarget.pageAgent().captureScreenshot(screenshotCaptured.bind(this)); |
/** |
* @param {?Protocol.Error} error |