Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: third_party/polymer/components/paper-icon-button/paper-icon-button-light.html

Issue 3010683002: Update Polymer components. (Closed)
Patch Set: Rebase Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
},
/**
« no previous file with comments | « third_party/polymer/components/paper-icon-button/bower.json ('k') | third_party/polymer/components/paper-input/.bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698