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

Unified Diff: third_party/polymer/v1_0/chromium.patch

Issue 1901343004: [Polymer] update third_party polymer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/chromium.patch
diff --git a/third_party/polymer/v1_0/chromium.patch b/third_party/polymer/v1_0/chromium.patch
index 9b27dc9bc16847a6fd63fea2790edbe78b915916..bb6dd5bc9ad67f927b74f7db716d77d040b2bf0d 100644
--- a/third_party/polymer/v1_0/chromium.patch
+++ b/third_party/polymer/v1_0/chromium.patch
@@ -23,3 +23,17 @@ index baf9ab3..985fe6c 100644
},
removeCustomPropAssignment: function (cssText) {
return cssText.replace(this._rx.customProp, '').replace(this._rx.mixinProp, '');
+diff --git a/components-chromium/neon-animation/neon-animated-pages-extracted.js b/components-chromium/neon-animation/neon-animated-pages-extracted.js
+index 01a6ed5..4279c29 100644
+--- a/components-chromium/neon-animation/neon-animated-pages-extracted.js
++++ b/components-chromium/neon-animation/neon-animated-pages-extracted.js
+@@ -31,6 +31,9 @@
+ },
+
+ _onIronSelect: function(event) {
++ // ignore if the event is not trigger by a page selection
++ if (Polymer.dom(event).rootTarget !== this) return;
++
+ var selectedPage = event.detail.item;
+ if (!selectedPage) return;
+

Powered by Google App Engine
This is Rietveld 408576698