| 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 1b3570a898c7b4a788ba66a0fcb6f3a1024e44b5..570cf42f25510d8726f85cd9d46db9b85172d740 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
|
| @@ -15,17 +15,11 @@
|
|
|
| _renderOpened: function() {
|
| this.cancelAnimation();
|
| - if (this.withBackdrop) {
|
| - this.backdropElement.open();
|
| - }
|
| this.playAnimation('entry');
|
| },
|
|
|
| _renderClosed: function() {
|
| this.cancelAnimation();
|
| - if (this.withBackdrop) {
|
| - this.backdropElement.close();
|
| - }
|
| this.playAnimation('exit');
|
| },
|
|
|
|
|