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

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

Issue 2839293002: Roll some polymer elements and remove stuff from chromium.patch (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 5695184297c2feaaa30b4a7c746f0c43aae99d78..8b99b23f099dfaa63080fe6a058cbaf9e4286782 100644
--- a/third_party/polymer/v1_0/chromium.patch
+++ b/third_party/polymer/v1_0/chromium.patch
@@ -24,42 +24,3 @@ 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();
- },
-
- /**
-diff --git a/components-chromium/paper-radio-button/paper-radio-button.html b/components-chromium/paper-radio-button/paper-radio-button.html
-index 0ff7f4232e57..b62924ef135d 100644
---- a/components-chromium/paper-radio-button/paper-radio-button.html
-+++ b/components-chromium/paper-radio-button/paper-radio-button.html
-@@ -42,6 +42,7 @@ Custom property | Description | Default
- `--paper-radio-button-label-color` | Label color | `--primary-text-color`
- `--paper-radio-button-label-spacing` | Spacing between the label and the button | `10px`
- `--paper-radio-button-radio-container` | A mixin applied to the internal radio container | `{}`
-+`--paper-radio-button-label` | A mixin applied to the internal label | `{}`
-
- This element applies the mixin `--paper-font-common-base` but does not import `paper-styles/typography.html`.
- In order to apply the `Roboto` font to this element, make sure you've imported `paper-styles/typography.html`.
-@@ -141,6 +142,8 @@ In order to apply the `Roboto` font to this element, make sure you've imported `
- margin-left: var(--paper-radio-button-label-spacing, 10px);
- white-space: normal;
- color: var(--paper-radio-button-label-color, --primary-text-color);
-+
-+ @apply(--paper-radio-button-label);
- }
-
- :host-context([dir="rtl"]) #radioLabel {
« no previous file with comments | « third_party/polymer/v1_0/bower.json ('k') | third_party/polymer/v1_0/components-chromium/paper-icon-button/bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698