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

Unified Diff: chrome/browser/resources/print_preview/layout_settings.js

Issue 8371017: Print Preview: Changing the structure of the html/css. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed css class no-padding. Created 9 years, 2 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: chrome/browser/resources/print_preview/layout_settings.js
diff --git a/chrome/browser/resources/print_preview/layout_settings.js b/chrome/browser/resources/print_preview/layout_settings.js
index 1ef59bdee474beef5d83e00f8e0b39c97f3c222d..b19cb62e5797a383fe8d656bf977c812c7467751 100644
--- a/chrome/browser/resources/print_preview/layout_settings.js
+++ b/chrome/browser/resources/print_preview/layout_settings.js
@@ -108,8 +108,8 @@ cr.define('print_preview', function() {
* @private
*/
fadeInOut_: function(fadeOut) {
- fadeOut ? fadeOutElement(this.layoutOption_) :
- fadeInElement(this.layoutOption_);
+ fadeOut ? fadeOutOption(this.layoutOption_) :
+ fadeInOption(this.layoutOption_);
}
};

Powered by Google App Engine
This is Rietveld 408576698