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

Unified Diff: Source/devtools/front_end/ui/ProgressIndicator.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/Popover.js ('k') | Source/devtools/front_end/ui/SearchableView.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/ProgressIndicator.js
diff --git a/Source/devtools/front_end/ui/ProgressIndicator.js b/Source/devtools/front_end/ui/ProgressIndicator.js
index f28bf237339f39012cbd1cbedc04c30f7f919774..ed6252f3040ac8abeb3116fa707479eb20d3cf86 100644
--- a/Source/devtools/front_end/ui/ProgressIndicator.js
+++ b/Source/devtools/front_end/ui/ProgressIndicator.js
@@ -37,7 +37,7 @@ WebInspector.ProgressIndicator = function()
{
this.element = createElementWithClass("div", "progress-indicator")
this._shadowRoot = this.element.createShadowRoot();
- this._shadowRoot.appendChild(WebInspector.View.createStyleElement("ui/progressIndicator.css"));
+ this._shadowRoot.appendChild(WebInspector.Widget.createStyleElement("ui/progressIndicator.css"));
this._contentElement = this._shadowRoot.createChild("div", "progress-indicator-shadow-container");
this._labelElement = this._contentElement.createChild("div", "title");
« no previous file with comments | « Source/devtools/front_end/ui/Popover.js ('k') | Source/devtools/front_end/ui/SearchableView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698