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

Unified Diff: third_party/polymer/v1_0/components-chromium/paper-header-panel/paper-header-panel-extracted.js

Issue 1187823002: Update Polymer components and re-run reproduce.sh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 6 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: third_party/polymer/v1_0/components-chromium/paper-header-panel/paper-header-panel-extracted.js
diff --git a/third_party/polymer/v1_0/components-chromium/paper-header-panel/paper-header-panel-extracted.js b/third_party/polymer/v1_0/components-chromium/paper-header-panel/paper-header-panel-extracted.js
index 9a6ca40c18aa3c23b63ed58a262b198f212c541e..1b1f0714071013eb8d2e0c942b082091b8a6bb4e 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-header-panel/paper-header-panel-extracted.js
+++ b/third_party/polymer/v1_0/components-chromium/paper-header-panel/paper-header-panel-extracted.js
@@ -213,7 +213,7 @@
header.classList.remove(this.tallClass);
this.async(function() {
header.classList.remove('animate');
- }, null, animateDuration);
+ }, animateDuration);
} else {
header.classList.toggle('animate', configs.tallMode[newMode]);
}
@@ -236,7 +236,7 @@
_scroll: function(e) {
this._keepScrollingState();
- this.fire('content-scroll', {target: this.scroller}, this, false);
+ this.fire('content-scroll', {target: this.scroller}, {bubbles: false});
},
_getScrollerForMode: function(mode) {

Powered by Google App Engine
This is Rietveld 408576698