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

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: Updating unittests 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 481c605a07d51bccd027f19d8ce17ccfb0d5a37b..7f84e146f4d4e2cb1e435703f1a7ff1956d3d564 100644
--- a/chrome/browser/resources/print_preview/layout_settings.js
+++ b/chrome/browser/resources/print_preview/layout_settings.js
@@ -109,8 +109,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