| Index: third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| index 8a32ecfa2bfd9656adf22d20b75706742a499b06..ee61904d0623f42ee37aed7cbec0ef15cc83a6b2 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -416,12 +416,8 @@
|
| {
|
| "name": "captureScreenshot",
|
| "description": "Capture page screenshot.",
|
| - "parameters": [
|
| - { "name": "format", "type": "string", "optional": true, "enum": ["jpeg", "png"], "description": "Image compression format (defaults to png)." },
|
| - { "name": "quality", "type": "integer", "optional": true, "description": "Compression quality from range [0..100] (jpeg only)." }
|
| - ],
|
| - "returns": [
|
| - { "name": "data", "type": "string", "description": "Base64-encoded image data." }
|
| + "returns": [
|
| + { "name": "data", "type": "string", "description": "Base64-encoded image data (PNG)." }
|
| ],
|
| "experimental": true
|
| },
|
|
|