Index: chrome/browser/ui/views/location_bar/location_bar_view.cc |
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.cc b/chrome/browser/ui/views/location_bar/location_bar_view.cc |
index 8da679cdc3e653b5322286e0b9fb75fb23930088..15ca62be8551db74989b3de39dd3a3b0d75b427c 100644 |
--- a/chrome/browser/ui/views/location_bar/location_bar_view.cc |
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc |
@@ -176,7 +176,7 @@ void LocationBarView::Init() { |
DCHECK(GetWidget()); |
// Make sure children with layers are clipped. See http://crbug.com/589497 |
- SetPaintToLayer(true); |
+ SetPaintToLayer(); |
layer()->SetFillsBoundsOpaquely(false); |
layer()->SetMasksToBounds(true); |