| Index: third_party/polymer/v1_0/components-chromium/iron-overlay-behavior/iron-overlay-behavior-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/iron-overlay-behavior/iron-overlay-behavior-extracted.js b/third_party/polymer/v1_0/components-chromium/iron-overlay-behavior/iron-overlay-behavior-extracted.js
|
| index f42def0a1d9ad001dbd88d8ad1c38b85c73fff0b..586f7ceb8f5c98c762a3167c39c635e93a8b428e 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/iron-overlay-behavior/iron-overlay-behavior-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/iron-overlay-behavior/iron-overlay-behavior-extracted.js
|
| @@ -45,7 +45,8 @@ context. You should place this element as a child of `<body>` whenever possible.
|
| opened: {
|
| observer: '_openedChanged',
|
| type: Boolean,
|
| - value: false
|
| + value: false,
|
| + notify: true
|
| },
|
|
|
| /**
|
| @@ -353,7 +354,7 @@ context. You should place this element as a child of `<body>` whenever possible.
|
| this.style.display = '';
|
| },
|
|
|
| - _finishPositioning: function(target) {
|
| + _finishPositioning: function() {
|
| this.style.display = 'none';
|
| this.style.transform = this.style.webkitTransform = '';
|
| // force layout to avoid application of transform
|
|
|