| Index: third_party/polymer/v1_0/components-chromium/paper-dialog/paper-dialog-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-dialog/paper-dialog-extracted.js b/third_party/polymer/v1_0/components-chromium/paper-dialog/paper-dialog-extracted.js
|
| index a91d6ce17e38ce535da11613a81f19fae0e91fae..1b3570a898c7b4a788ba66a0fcb6f3a1024e44b5 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-dialog/paper-dialog-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-dialog/paper-dialog-extracted.js
|
| @@ -14,6 +14,7 @@
|
| },
|
|
|
| _renderOpened: function() {
|
| + this.cancelAnimation();
|
| if (this.withBackdrop) {
|
| this.backdropElement.open();
|
| }
|
| @@ -21,6 +22,7 @@
|
| },
|
|
|
| _renderClosed: function() {
|
| + this.cancelAnimation();
|
| if (this.withBackdrop) {
|
| this.backdropElement.close();
|
| }
|
|
|