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

Unified Diff: third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button-light-extracted.js

Issue 2832023004: MD Settings: reduce amount of focus ripples shown by mouse (Closed)
Patch Set: . Created 3 years, 8 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
« no previous file with comments | « third_party/polymer/v1_0/chromium.patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button-light-extracted.js
diff --git a/third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button-light-extracted.js b/third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button-light-extracted.js
index bac589c7274c9ae4a295ce123e385c3db4f1d38d..bcf06c2157990884ab2bb49d568ecf8a6496dd52 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button-light-extracted.js
+++ b/third_party/polymer/v1_0/components-chromium/paper-icon-button/paper-icon-button-light-extracted.js
@@ -14,11 +14,11 @@ Polymer({
},
_rippleDown: function() {
- this.getRipple().downAction();
+ this.getRipple().uiDownAction();
},
_rippleUp: function() {
- this.getRipple().upAction();
+ this.getRipple().uiUpAction();
},
/**
« no previous file with comments | « third_party/polymer/v1_0/chromium.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698