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

Unified Diff: third_party/WebKit/Source/devtools/front_end/inline_editor/ColorSwatch.js

Issue 2626143004: DevTools: move from Common module - Geometry and CSSShadowModel (Closed)
Patch Set: minimize test diff Created 3 years, 11 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/inline_editor/ColorSwatch.js
diff --git a/third_party/WebKit/Source/devtools/front_end/inline_editor/ColorSwatch.js b/third_party/WebKit/Source/devtools/front_end/inline_editor/ColorSwatch.js
index bb2831a61afd3e692ed128d8d899467e24f98bfb..823d9d73edec1c1e38878fc7d6f4ebd2d831e985 100644
--- a/third_party/WebKit/Source/devtools/front_end/inline_editor/ColorSwatch.js
+++ b/third_party/WebKit/Source/devtools/front_end/inline_editor/ColorSwatch.js
@@ -235,14 +235,14 @@ InlineEditor.CSSShadowSwatch = class extends HTMLSpanElement {
}
/**
- * @return {!Common.CSSShadowModel} cssShadowModel
+ * @return {!InlineEditor.CSSShadowModel} cssShadowModel
*/
model() {
return this._model;
}
/**
- * @param {!Common.CSSShadowModel} model
+ * @param {!InlineEditor.CSSShadowModel} model
*/
setCSSShadow(model) {
this._model = model;

Powered by Google App Engine
This is Rietveld 408576698