Chromium Code Reviews| 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 ae8ca34b4131f71176351831eb63c7aa65db5098..908b704b28a48cca9338e6200f759d1ba561c25b 100644 |
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json |
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json |
| @@ -420,7 +420,7 @@ |
| "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)." }, |
| - { "name": "fromSurface", "type": "boolean", "optional": true, "description": "Capture the screenshot from the surface, rather than the view. Defaults to false.", "experimental": true } |
|
Eric Seckler
2017/05/11 07:34:18
I'd keep "experimental": true, if we want to get r
dgozman
2017/05/11 20:48:05
+1
dvallet
2017/05/12 05:45:21
Done
|
| + { "name": "fromSurface", "type": "boolean", "optional": true, "description": "Capture the screenshot from the surface, rather than the view. Defaults to true."} |
| ], |
| "returns": [ |
| { "name": "data", "type": "string", "description": "Base64-encoded image data." } |