Index: ash/common/system/tray/throbber_view.cc |
diff --git a/ash/common/system/tray/throbber_view.cc b/ash/common/system/tray/throbber_view.cc |
index a049503acb6b53611d82fe6b8f3e3df88d56b0bb..76600c67fd064727709cd79b0da6c57309a74b80 100644 |
--- a/ash/common/system/tray/throbber_view.cc |
+++ b/ash/common/system/tray/throbber_view.cc |
@@ -40,7 +40,7 @@ ThrobberView::ThrobberView() { |
throbber_->set_stop_delay_ms(kThrobberAnimationDurationMs); |
AddChildView(throbber_); |
- SetPaintToLayer(true); |
+ SetPaintToLayer(); |
layer()->SetFillsBoundsOpaquely(false); |
layer()->SetOpacity(0.0); |
} |