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

Unified Diff: third_party/polymer/v1_0/components-chromium/app-layout/app-box/app-box-extracted.js

Issue 2074813002: Roll Polymer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: chromium.patch Created 4 years, 6 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/components-chromium/app-layout/app-box/app-box-extracted.js
diff --git a/third_party/polymer/v1_0/components-chromium/app-layout/app-box/app-box-extracted.js b/third_party/polymer/v1_0/components-chromium/app-layout/app-box/app-box-extracted.js
index 674db91f491c745d27975539085a73475a5a6417..ae59bff78ba86fb121edf0195fabf1dc44651533 100644
--- a/third_party/polymer/v1_0/components-chromium/app-layout/app-box/app-box-extracted.js
+++ b/third_party/polymer/v1_0/components-chromium/app-layout/app-box/app-box-extracted.js
@@ -81,6 +81,15 @@ Polymer({
this.resetLayout();
},
+ _getDOMRef: function(id) {
+ if (id === 'background') {
+ return this.$.background;
+ }
+ if (id === 'backgroundFrontLayer') {
+ return this.$.backgroundFrontLayer;
+ }
+ },
+
/**
* Returns an object containing the progress value of the scroll effects.
*

Powered by Google App Engine
This is Rietveld 408576698