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

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

Issue 1400813008: Fix closure compile after Polymer update (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@roll-polymer
Patch Set: Created 5 years, 2 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 | « no previous file | third_party/polymer/v1_0/components-chromium/paper-behaviors/paper-ripple-behavior-extracted.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9b27dc9bc16847a6fd63fea2790edbe78b915916..64902013e17597df56bce3f780f5014fa4d6c438 100644
--- a/third_party/polymer/v1_0/chromium.patch
+++ b/third_party/polymer/v1_0/chromium.patch
@@ -23,3 +23,18 @@ index baf9ab3..985fe6c 100644
},
removeCustomPropAssignment: function (cssText) {
return cssText.replace(this._rx.customProp, '').replace(this._rx.mixinProp, '');
+diff --git a/components-chromium/polymer-externs/polymer.externs.js b/components-chromium/polymer-externs/polymer.externs.js
+index e7d685d..0e950f9 100644
+--- a/components-chromium/polymer-externs/polymer.externs.js
++++ b/components-chromium/polymer-externs/polymer.externs.js
+@@ -464,6 +464,9 @@ PolymerElement.prototype.updateStyles = function(properties) {};
+ */
+ PolymerElement.prototype.customStyle;
+
++/** @type {Node|undefined} */
++PolymerElement.prototype.shadyRoot;
++
+ /**
+ * Logs a message to the console.
+ *
+
« no previous file with comments | « no previous file | third_party/polymer/v1_0/components-chromium/paper-behaviors/paper-ripple-behavior-extracted.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698