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 5c657d862bc8951c786085d9c65123f029265357..27a34c8dfee0003c02a26a98f2232791056779e0 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/ui/ColorSwatch.js |
+++ b/third_party/WebKit/Source/devtools/front_end/ui/ColorSwatch.js |
@@ -200,6 +200,14 @@ WebInspector.CSSShadowSwatch.create = function() |
WebInspector.CSSShadowSwatch.prototype = { |
/** |
+ * @return {!WebInspector.CSSShadowModel} cssShadowModel |
+ */ |
+ cssShadowModel: function() |
dgozman
2016/08/24 19:18:30
model
flandy
2016/08/24 22:08:41
Done.
|
+ { |
+ return this._cssShadowModel; |
+ }, |
+ |
+ /** |
* @param {!WebInspector.CSSShadowModel} cssShadowModel |
*/ |
setCSSShadow: function(cssShadowModel) |