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

Unified Diff: third_party/WebKit/Source/devtools/front_end/components/Spectrum.js

Issue 2142133002: DevTools: Move Spectrum to components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/components/Spectrum.js
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/Spectrum.js b/third_party/WebKit/Source/devtools/front_end/components/Spectrum.js
similarity index 99%
rename from third_party/WebKit/Source/devtools/front_end/elements/Spectrum.js
rename to third_party/WebKit/Source/devtools/front_end/components/Spectrum.js
index a91e6bebfdd35680c0e663ab67ed627c9ec33c60..7b428ac85b30df35e41143c01884b4b8424516c6 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/Spectrum.js
+++ b/third_party/WebKit/Source/devtools/front_end/components/Spectrum.js
@@ -46,7 +46,7 @@ WebInspector.Spectrum = function()
}
WebInspector.VBox.call(this, true);
- this.registerRequiredCSS("elements/spectrum.css");
+ this.registerRequiredCSS("components/spectrum.css");
this.contentElement.tabIndex = 0;
this._colorElement = this.contentElement.createChild("div", "spectrum-color");
« no previous file with comments | « third_party/WebKit/Source/devtools/devtools.gypi ('k') | third_party/WebKit/Source/devtools/front_end/components/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698