| 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 62a6c7b2d660900668f86d7cf25af9cc4dd0d64a..74c3a3a8124d2d220d7b56f981f181689ef4d0b4 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -426,6 +426,14 @@
|
| "experimental": true
|
| },
|
| {
|
| + "name": "printToPDF",
|
| + "description": "Print page as pdf.",
|
| + "returns": [
|
| + { "name": "data", "type": "string", "description": "Base64-encoded pdf data." }
|
| + ],
|
| + "experimental": true
|
| + },
|
| + {
|
| "name": "startScreencast",
|
| "description": "Starts sending each frame using the <code>screencastFrame</code> event.",
|
| "parameters": [
|
|
|