| 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;
|
| +
|
|
|