| Index: third_party/polymer/v1_0/components-chromium/neon-animation/neon-animatable.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/neon-animation/neon-animatable.html b/third_party/polymer/v1_0/components-chromium/neon-animation/neon-animatable.html
|
| index 7234f6bac77ff407e2f7ec59cfe16806f6dc16c4..7c954778d6a35d9c6410d404a683d36fde5d501b 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/neon-animation/neon-animatable.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/neon-animation/neon-animatable.html
|
| @@ -24,16 +24,13 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| -->
|
|
|
| </head><body><dom-module id="neon-animatable">
|
| -
|
| - <style>
|
| -
|
| - :host {
|
| - display: block;
|
| - }
|
| -
|
| - </style>
|
| -
|
| <template>
|
| + <style>
|
| + :host {
|
| + display: block;
|
| + }
|
| + </style>
|
| +
|
| <content></content>
|
| </template>
|
|
|
|
|