Index: third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json |
diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json b/third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json |
index 0923f3176ad9a30c13ae798f33370934596022fd..8df05223f3f6fbde9d84bc4a6adb39b884376835 100644 |
--- a/third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json |
+++ b/third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json |
@@ -757,6 +757,7 @@ |
{ |
"name": "setVisibleSize", |
"description": "Resizes the frame/viewport of the page. Note that this does not affect the frame's container (e.g. browser window). Can be used to produce screenshots of the specified size. Not supported on Android.", |
+ "experimental": true, |
"parameters": [ |
{ "name": "width", "type": "integer", "description": "Frame width (DIP)." }, |
{ "name": "height", "type": "integer", "description": "Frame height (DIP)." } |