Index: chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js |
diff --git a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js |
index 9d0450f906c7fbaa67c80337ecfb4b3fdcc73d84..75e6bcf044886e757b736b4c0a3e4772f153905e 100644 |
--- a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js |
+++ b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js |
@@ -364,10 +364,11 @@ Polymer({ |
ready: function() { |
this.elementReadyTimeMs_ = performance.now(); |
this.showSinkList_(); |
- this.updateElementPositioning_(); |
}, |
attached: function() { |
+ this.updateElementPositioning_(); |
+ |
// Turn off the spinner after 3 seconds, then report the current number of |
// sinks. |
this.async(function() { |