| Index: components/ui_devtools/protocol.json
|
| diff --git a/components/ui_devtools/protocol.json b/components/ui_devtools/protocol.json
|
| index 3ccbc2de9b491054fb76aa110ba9438a239cd7a5..5c90e938ebad3d2d30238d8d6b77aa14dbe2b822 100644
|
| --- a/components/ui_devtools/protocol.json
|
| +++ b/components/ui_devtools/protocol.json
|
| @@ -158,9 +158,25 @@
|
| ]
|
| }
|
| ],
|
| + "events": [
|
| + {
|
| + "name": "styleSheetChanged",
|
| + "parameters": [
|
| + {
|
| + "name": "styleSheetId",
|
| + "$ref": "StyleSheetId"
|
| + }
|
| + ],
|
| + "description": "Fired whenever any bounds are updated for any object."
|
| + }
|
| + ],
|
| "domain": "CSS",
|
| "types": [
|
| {
|
| + "id": "StyleSheetId",
|
| + "type": "string"
|
| + },
|
| + {
|
| "id": "CSSProperty",
|
| "properties": [
|
| {
|
|
|