| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index e4a239b45c1f67cd352013d5a0e576ab979b0b2f..a17aa105c978e01f010c1ba8db4cc23bd12259ec 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -4648,6 +4648,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": [
|
| {
|
|
|