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

Unified Diff: third_party/polymer/v1_0/components-chromium/neon-animation/neon-animatable.html

Issue 2158913007: Roll Polymer from 1.5.0 -> 1.6.0 to pick up native CSS custom props (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 5 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/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>

Powered by Google App Engine
This is Rietveld 408576698