| 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.
|
| *
|
|
|