| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 0d94527418521c6173fba60b55a0b6c016717b3e..00c81bdda3e4bdbec167f95141d95d9ac629c0aa 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -4649,6 +4649,32 @@
|
| ]
|
| },
|
| {
|
| + "domain": "ScreenOrientation",
|
| + "hidden": true,
|
| + "types": [
|
| + {
|
| + "id": "OrientationType",
|
| + "type": "string",
|
| + "enum": ["portraitPrimary", "portraitSecondary", "landscapePrimary", "landscapeSecondary"],
|
| + "description": "Orientation type"
|
| + }
|
| + ],
|
| + "commands": [
|
| + {
|
| + "name": "setScreenOrientationOverride",
|
| + "description": "Overrides the Screen Orientation.",
|
| + "parameters": [
|
| + { "name": "angle", "type": "integer", "description": "Orientation angle" },
|
| + { "name": "type", "$ref": "OrientationType", "description": "Orientation type" }
|
| + ]
|
| + },
|
| + {
|
| + "name": "clearScreenOrientationOverride",
|
| + "description": "Clears the overridden Screen Orientation."
|
| + }
|
| + ]
|
| + },
|
| + {
|
| "domain": "Tracing",
|
| "commands": [
|
| {
|
|
|