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

Unified Diff: Source/devtools/protocol.json

Issue 478943002: DevTools: fix protocol.json Page.colorPicked event (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index a3af5f3263e43e5256e6c57152bea622fe97f3b0..9a82561422cffb1354b91694406a21950904ef2d 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -686,7 +686,7 @@
"name": "colorPicked",
"description": "Fired when a color has been picked.",
"parameters": [
- { "name": "color", "type": "string", "description": "Color" }
+ { "name": "color", "$ref": "DOM.RGBA", "description": "RGBA of the picked color." }
],
"hidden": true,
"handlers": ["browser"]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698