Index: ui/webui/resources/js/polymer_config.js |
diff --git a/ui/webui/resources/js/polymer_config.js b/ui/webui/resources/js/polymer_config.js |
index 02e4d9f305bf5b184ca1a0db4d0d07cd0fa6081d..4d239893446a8d7fa7e0331654022ab00663741d 100644 |
--- a/ui/webui/resources/js/polymer_config.js |
+++ b/ui/webui/resources/js/polymer_config.js |
@@ -6,6 +6,7 @@ if (typeof Polymer == 'undefined') { |
Polymer = { |
dom: 'shadow', |
lazyRegister: true, |
+ preserveStyleIncludes: true, // Only matters when using polymer-css-build. |
useNativeCSSProperties: true, |
}; |
} else { |