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

Unified Diff: Source/devtools/front_end/CanvasProfileView.js

Issue 181433002: DevTools: Replace Apple styled spinner icon with Chromium one. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: removed ::before and ::after pseudos box-sizing change Created 6 years, 10 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/devtools.gypi ('k') | Source/devtools/front_end/Images/spinner.gif » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/CanvasProfileView.js
diff --git a/Source/devtools/front_end/CanvasProfileView.js b/Source/devtools/front_end/CanvasProfileView.js
index b12250e518055d90ffcf9aee7b4300788e82a0d1..6727a9220a9f1fb764cfd518e043347e90a5c521 100644
--- a/Source/devtools/front_end/CanvasProfileView.js
+++ b/Source/devtools/front_end/CanvasProfileView.js
@@ -55,7 +55,7 @@ WebInspector.CanvasProfileView = function(profile)
replayImageContainer.id = "canvas-replay-image-container";
this._replayImageElement = replayImageContainer.createChild("img", "canvas-replay-image");
this._debugInfoElement = replayImageContainer.createChild("div", "canvas-debug-info hidden");
- this._spinnerIcon = replayImageContainer.createChild("img", "canvas-spinner-icon hidden");
+ this._spinnerIcon = replayImageContainer.createChild("div", "spinner-icon small hidden");
var replayLogContainer = this._imageSplitView.sidebarElement();
var controlsContainer = replayLogContainer.createChild("div", "status-bar");
« no previous file with comments | « Source/devtools/devtools.gypi ('k') | Source/devtools/front_end/Images/spinner.gif » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698