| Index: third_party/WebKit/Source/devtools/front_end/ui/ColorSwatch.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/ColorSwatch.js b/third_party/WebKit/Source/devtools/front_end/ui/ColorSwatch.js
|
| index 2262add4a35036ce226068c700b67322bc79a313..7fe3f201d98d9d66835626677f29eae88589621a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/ColorSwatch.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/ColorSwatch.js
|
| @@ -43,6 +43,14 @@ WebInspector.ColorSwatch.prototype = {
|
| },
|
|
|
| /**
|
| + * @param {boolean} hide
|
| + */
|
| + hideText: function(hide)
|
| + {
|
| + this._colorValueElement.hidden = hide;
|
| + },
|
| +
|
| + /**
|
| * @return {!WebInspector.Color.Format}
|
| */
|
| format: function()
|
|
|