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

Unified Diff: third_party/polymer/v1_0/chromium.patch

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
Index: third_party/polymer/v1_0/chromium.patch
diff --git a/third_party/polymer/v1_0/chromium.patch b/third_party/polymer/v1_0/chromium.patch
index 8b99b23f099dfaa63080fe6a058cbaf9e4286782..79c151dd4f5049cb48c18f243ec7cde132e0ac77 100644
--- a/third_party/polymer/v1_0/chromium.patch
+++ b/third_party/polymer/v1_0/chromium.patch
@@ -24,3 +24,21 @@ index 78a2a9ec621c..8b776dd790ea 100644
},
_ariaDescribedByChanged: function(ariaDescribedBy) {
+diff --git a/components-chromium/paper-icon-button/paper-icon-button-light-extracted.js b/components-chromium/paper-icon-button/paper-icon-button-light-extracted.js
+index bac589c7274c..bc25f54320fb 100644
+--- a/components-chromium/paper-icon-button/paper-icon-button-light-extracted.js
++++ b/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();
+ },
+
+ /**

Powered by Google App Engine
This is Rietveld 408576698