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

Unified Diff: ui/webui/resources/cr_elements/cr_scrollable_behavior.html

Issue 2627373002: MD Settings: Save and restore scroll position in iron-list (Closed)
Patch Set: Nits Created 3 years, 11 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: ui/webui/resources/cr_elements/cr_scrollable_behavior.html
diff --git a/ui/webui/resources/cr_elements/cr_scrollable_behavior.html b/ui/webui/resources/cr_elements/cr_scrollable_behavior.html
index 5d29dceb37db9c9dd8c0af5134f05df9f9364fc5..dd48f421bc23da79c04c559f3bb10152387ec39b 100644
--- a/ui/webui/resources/cr_elements/cr_scrollable_behavior.html
+++ b/ui/webui/resources/cr_elements/cr_scrollable_behavior.html
@@ -1 +1,3 @@
+<link rel="import" href="chrome://resources/html/polymer.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/iron-list/iron-list.html">
<script src="cr_scrollable_behavior.js"></script>

Powered by Google App Engine
This is Rietveld 408576698