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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/BezierEditor.js

Issue 2299473002: DevTools: Move BezierEditor from elements/ to ui/ (Closed)
Patch Set: Created 4 years, 4 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/ui/BezierEditor.js
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/BezierEditor.js b/third_party/WebKit/Source/devtools/front_end/ui/BezierEditor.js
similarity index 99%
rename from third_party/WebKit/Source/devtools/front_end/elements/BezierEditor.js
rename to third_party/WebKit/Source/devtools/front_end/ui/BezierEditor.js
index 6b0a1bc295cd5541c0aa2270f8f66c59ce19644f..68a56aa255d31d342bca5afaed884a29a3f6f3ae 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/BezierEditor.js
+++ b/third_party/WebKit/Source/devtools/front_end/ui/BezierEditor.js
@@ -9,7 +9,7 @@
WebInspector.BezierEditor = function()
{
WebInspector.VBox.call(this, true);
- this.registerRequiredCSS("elements/bezierEditor.css");
+ this.registerRequiredCSS("ui/bezierEditor.css");
this.contentElement.tabIndex = 0;
// Preview UI

Powered by Google App Engine
This is Rietveld 408576698