Chromium Code Reviews| Index: Source/devtools/protocol.json |
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
| index ab33e38831f0a826f735398305e1bc1e92d18e2b..6c22fed05f94dcaa5c73775406efd0198b17372a 100644 |
| --- a/Source/devtools/protocol.json |
| +++ b/Source/devtools/protocol.json |
| @@ -2011,7 +2011,9 @@ |
| { "name": "paddingColor", "$ref": "RGBA", "optional": true, "description": "The padding highlight fill color (default: transparent)." }, |
| { "name": "borderColor", "$ref": "RGBA", "optional": true, "description": "The border highlight fill color (default: transparent)." }, |
| { "name": "marginColor", "$ref": "RGBA", "optional": true, "description": "The margin highlight fill color (default: transparent)." }, |
| - { "name": "eventTargetColor", "$ref": "RGBA", "optional": true, "hidden": true, "description": "The event target element highlight fill color (default: transparent)." } |
| + { "name": "eventTargetColor", "$ref": "RGBA", "optional": true, "hidden": true, "description": "The event target element highlight fill color (default: transparent)." }, |
| + { "name": "shapeColor", "$ref": "RGBA", "optional": true, "hidden": true, "description": "The event target element shape fill color (default: transparent)." }, |
|
dgozman
2014/07/29 11:00:41
These shape colors has nothing to do with event ta
|
| + { "name": "shapeMarginColor", "$ref": "RGBA", "optional": true, "hidden": true, "description": "The event target element shape margin fill color (default: transparent)." } |
| ], |
| "description": "Configuration data for the highlighting of page elements." |
| } |