| Index: third_party/polymer/components/paper-icon-button/paper-icon-button-light.html
|
| diff --git a/third_party/polymer/components/paper-icon-button/paper-icon-button-light.html b/third_party/polymer/components/paper-icon-button/paper-icon-button-light.html
|
| index cb5379a4b9b1d49079848ef3bd189bd985459320..11e771b41952b1d6f2bc7b38537f91be9d3af2fd 100644
|
| --- a/third_party/polymer/components/paper-icon-button/paper-icon-button-light.html
|
| +++ b/third_party/polymer/components/paper-icon-button/paper-icon-button-light.html
|
| @@ -75,11 +75,11 @@ Custom property | Description | Default
|
| },
|
|
|
| _rippleDown: function() {
|
| - this.getRipple().downAction();
|
| + this.getRipple().uiDownAction();
|
| },
|
|
|
| _rippleUp: function() {
|
| - this.getRipple().upAction();
|
| + this.getRipple().uiUpAction();
|
| },
|
|
|
| /**
|
|
|