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

Unified Diff: third_party/WebKit/Source/devtools/front_end/common/Color.js

Issue 2450973002: [DevTools] Inherit WI.Target from Protocol.Target. (Closed)
Patch Set: Created 4 years, 2 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: third_party/WebKit/Source/devtools/front_end/common/Color.js
diff --git a/third_party/WebKit/Source/devtools/front_end/common/Color.js b/third_party/WebKit/Source/devtools/front_end/common/Color.js
index 9809317006eb386d07c9151a5fb6a203aa386157..ebfadbdba4812b0db84d3d1bf905241bfb961c08 100644
--- a/third_party/WebKit/Source/devtools/front_end/common/Color.js
+++ b/third_party/WebKit/Source/devtools/front_end/common/Color.js
@@ -382,7 +382,7 @@ WebInspector.Color.prototype = {
},
/**
- * @return {!DOMAgent.RGBA}
+ * @return {!{r: number, g: number, b: number, a: (number|undefined)}}
*/
toProtocolRGBA: function()
{

Powered by Google App Engine
This is Rietveld 408576698