Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1483)

Unified Diff: Source/devtools/protocol.json

Issue 237313003: CSS shapes support in Web Inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated test to use inspector protocol instead of internals Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 9378033393aa9cf47102fed80dea1bd642a49b1a..fe5328365dde9236b15a28ef7709913cfe5bfffd 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -1916,7 +1916,8 @@
{ "name": "border", "$ref": "Quad", "description": "Border box" },
{ "name": "margin", "$ref": "Quad", "description": "Margin box" },
{ "name": "width", "type": "integer", "description": "Node width" },
- { "name": "height", "type": "integer", "description": "Node height" }
+ { "name": "height", "type": "integer", "description": "Node height" },
+ { "name": "shapeOutside", "type": "string", "description": "CSS Shape Outside" }
],
"description": "Box model."
},
« Source/core/inspector/InspectorOverlay.cpp ('K') | « Source/devtools/Inspector-1.1.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698