| Index: third_party/polymer/v1_0/components-chromium/neon-animation/animations/hero-animation-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/neon-animation/animations/hero-animation-extracted.js b/third_party/polymer/v1_0/components-chromium/neon-animation/animations/hero-animation-extracted.js
|
| index 501d61e8da6d278d3c748ee4bf2892fce93ec400..19616b9628deb76dcb190304570a5a7dc6ecf4fa 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/neon-animation/animations/hero-animation-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/neon-animation/animations/hero-animation-extracted.js
|
| @@ -11,7 +11,7 @@
|
| configure: function(config) {
|
| var shared = this.findSharedElements(config);
|
| if (!shared) {
|
| - return null;
|
| + return;
|
| }
|
|
|
| var fromRect = shared.from.getBoundingClientRect();
|
|
|