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

Unified Diff: chrome/browser/resources/print_preview.html

Issue 7057047: Print Preview: Preventing "Preview loading..." animation from rendering when not displayed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebasing Created 9 years, 7 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 | « chrome/browser/resources/print_preview.css ('k') | chrome/browser/resources/print_preview.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview.html
diff --git a/chrome/browser/resources/print_preview.html b/chrome/browser/resources/print_preview.html
index 01b682a39631a134e25b17ed33b14e525175474a..e7b33e6e6c774507b5dc26648867ae0b987cc6f5 100644
--- a/chrome/browser/resources/print_preview.html
+++ b/chrome/browser/resources/print_preview.html
@@ -111,9 +111,9 @@
</div>
</div>
<div id="mainview">
- <div id="dancing-dots" class="invisible">
+ <div id="overlay-layer" class="invisible">
<div id="messages">
- <div id="dancing-dots-text">
+ <div id="dancing-dots-text" class="hidden">
<span id="loading" i18n-content="loading"></span>
<span><span>.</span><span>.</span><span>.</span></span>
</div>
« no previous file with comments | « chrome/browser/resources/print_preview.css ('k') | chrome/browser/resources/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698