| Index: third_party/WebKit/Source/devtools/protocol.json
|
| diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json
|
| index 5a14e031f122d47980bb4c0e26dac9942c530b0d..221ce1b6addcb78316b61dd8528595c21af17769 100644
|
| --- a/third_party/WebKit/Source/devtools/protocol.json
|
| +++ b/third_party/WebKit/Source/devtools/protocol.json
|
| @@ -4528,6 +4528,13 @@
|
| "description": "Synthesizes a tap gesture over a time period by issuing appropriate touch events.",
|
| "hidden": true,
|
| "handlers": ["browser"]
|
| + },
|
| + {
|
| + "name": "setBlockedEventsWarningThreshold",
|
| + "hidden": true,
|
| + "parameters": [
|
| + { "name": "threshold", "type": "number", "description": "If set to a positive number, specifies threshold in seconds for input event latency that will cause a console warning about blocked event to be issued. If zero or less, the warning is disabled." }
|
| + ]
|
| }
|
| ],
|
| "events": []
|
|
|