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

Unified Diff: Source/devtools/protocol.json

Issue 430463002: DevTools: highlight page regions as paths, not quads (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 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."
}
« Source/core/inspector/InspectorOverlayPage.html ('K') | « Source/devtools/front_end/sdk/DOMModel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698