| 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_);
|
| }
|
| };
|
|
|
|
|