| Index: third_party/polymer/v1_0/components-chromium/paper-radio-button/paper-radio-button-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-radio-button/paper-radio-button-extracted.js b/third_party/polymer/v1_0/components-chromium/paper-radio-button/paper-radio-button-extracted.js
|
| index 79806d30ecb36d704bc832eb64be9126873a8880..7e5559f2caa4418fb126151de0d0b166f6054a81 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-radio-button/paper-radio-button-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-radio-button/paper-radio-button-extracted.js
|
| @@ -30,9 +30,7 @@ Polymer({
|
| }
|
| },
|
|
|
| - // create the element ripple inside the `radioContainer`
|
| - _createRipple: function() {
|
| + ready: function() {
|
| this._rippleContainer = this.$.radioContainer;
|
| - return Polymer.PaperInkyFocusBehaviorImpl._createRipple.call(this);
|
| }
|
| });
|
|
|