| Index: ash/common/shelf/overflow_bubble_view.cc
|
| diff --git a/ash/common/shelf/overflow_bubble_view.cc b/ash/common/shelf/overflow_bubble_view.cc
|
| index db47ae84e9512938efc7f3fff0ad8cb3952cbf19..ae7661803b41f67f53b184849c86eda5f3bd517f 100644
|
| --- a/ash/common/shelf/overflow_bubble_view.cc
|
| +++ b/ash/common/shelf/overflow_bubble_view.cc
|
| @@ -60,7 +60,7 @@ void OverflowBubbleView::InitOverflowBubble(views::View* anchor,
|
| set_can_activate(false);
|
|
|
| // Makes bubble view has a layer and clip its children layers.
|
| - SetPaintToLayer(true);
|
| + SetPaintToLayer();
|
| layer()->SetFillsBoundsOpaquely(false);
|
| layer()->SetMasksToBounds(true);
|
|
|
|
|