| Index: third_party/polymer/v1_0/components-chromium/paper-progress/paper-progress-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-progress/paper-progress-extracted.js b/third_party/polymer/v1_0/components-chromium/paper-progress/paper-progress-extracted.js
|
| index 93e3e9ae7dfe4cf715f4ef27831943174d5ac7da..3c41f1143ce505bdda342671a7f110c165c25181 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-progress/paper-progress-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-progress/paper-progress-extracted.js
|
| @@ -48,6 +48,7 @@
|
| // If we use attribute/class binding, the animation sometimes doesn't translate properly
|
| // on Safari 7.1. So instead, we toggle the class here in the update method.
|
| this.toggleClass('indeterminate', this.indeterminate, this.$.activeProgress);
|
| + this.toggleClass('indeterminate', this.indeterminate, this.$.indeterminateSplitter);
|
| },
|
|
|
| _transformProgress: function(progress, ratio) {
|
|
|