Index: third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/iron-autogrow-textarea.html |
diff --git a/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/iron-autogrow-textarea.html b/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/iron-autogrow-textarea.html |
index 7c24a0868eefe831605cdd88f899990837fa7d48..53208db5d87e7b8b6128dd66c1ae205c67d4e164 100644 |
--- a/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/iron-autogrow-textarea.html |
+++ b/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/iron-autogrow-textarea.html |
@@ -7,6 +7,7 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI |
Code distributed by Google as part of the polymer project is also |
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt |
--><html><head><link rel="import" href="../polymer/polymer.html"> |
+<link rel="import" href="../iron-behaviors/iron-control-state.html"> |
<link rel="import" href="../iron-flex-layout/classes/iron-flex-layout.html"> |
<link rel="import" href="../iron-validatable-behavior/iron-validatable-behavior.html"> |
@@ -74,5 +75,6 @@ this element's `bind-value` instead for imperative updates. |
<textarea id="textarea" autocomplete$="[[autocomplete]]" autofocus$="[[autofocus]]" inputmode$="[[inputmode]]" name$="[[name]]" placeholder$="[[placeholder]]" readonly$="[[readonly]]" required$="[[required]]" rows$="[[rows]]" maxlength$="[[maxlength]]"></textarea> |
</div> |
</template> |
+</dom-module> |
-</dom-module><script src="iron-autogrow-textarea-extracted.js"></script></body></html> |
+<script src="iron-autogrow-textarea-extracted.js"></script></body></html> |