DevTools: fix protocol.json Page.colorPicked event

The event should report DOM.RGBA color instead of string.

R=pfeldman@chromium.org, pfeldman

Review URL: https://codereview.chromium.org/478943002

git-svn-id: svn://svn.chromium.org/blink/trunk@180409 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 9022bac3
...@@ -686,7 +686,7 @@ ...@@ -686,7 +686,7 @@
"name": "colorPicked", "name": "colorPicked",
"description": "Fired when a color has been picked.", "description": "Fired when a color has been picked.",
"parameters": [ "parameters": [
{ "name": "color", "type": "string", "description": "Color" } { "name": "color", "$ref": "DOM.RGBA", "description": "RGBA of the picked color." }
], ],
"hidden": true, "hidden": true,
"handlers": ["browser"] "handlers": ["browser"]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment