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

Unified Diff: Source/devtools/front_end/ui_lazy/OverviewGrid.js

Issue 1113813002: [DevTools] Rename View to Widget. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 8 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
« no previous file with comments | « Source/devtools/front_end/ui_lazy/DataGrid.js ('k') | Source/devtools/front_end/ui_lazy/PieChart.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui_lazy/OverviewGrid.js
diff --git a/Source/devtools/front_end/ui_lazy/OverviewGrid.js b/Source/devtools/front_end/ui_lazy/OverviewGrid.js
index 7bb9deabdff2efbea97b87849d7d877a49fd14a7..e6ccddd15e940be2351b51ced0d8c9f5d05cdcbc 100644
--- a/Source/devtools/front_end/ui_lazy/OverviewGrid.js
+++ b/Source/devtools/front_end/ui_lazy/OverviewGrid.js
@@ -162,7 +162,7 @@ WebInspector.OverviewGrid.Window = function(parentElement, dividersLabelBarEleme
this._parentElement.addEventListener("dblclick", this._resizeWindowMaximum.bind(this), true);
this._overviewWindowElement = parentElement.createChild("div", "overview-grid-window");
- this._overviewWindowElement.appendChild(WebInspector.View.createStyleElement("ui_lazy/overviewGrid.css"));
+ this._overviewWindowElement.appendChild(WebInspector.Widget.createStyleElement("ui_lazy/overviewGrid.css"));
this._overviewWindowBordersElement = parentElement.createChild("div", "overview-grid-window-rulers");
parentElement.createChild("div", "overview-grid-dividers-background");
« no previous file with comments | « Source/devtools/front_end/ui_lazy/DataGrid.js ('k') | Source/devtools/front_end/ui_lazy/PieChart.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698