| Index: ash/shelf/overflow_bubble_view.cc
|
| diff --git a/ash/shelf/overflow_bubble_view.cc b/ash/shelf/overflow_bubble_view.cc
|
| index 80ead85b2794565644164a4973f04eeb3fd499f9..23424ed5005d8d3a3a912ddd451f28afe38f4e3d 100644
|
| --- a/ash/shelf/overflow_bubble_view.cc
|
| +++ b/ash/shelf/overflow_bubble_view.cc
|
| @@ -12,6 +12,7 @@
|
| #include "ash/shelf/shelf_view.h"
|
| #include "ash/shell.h"
|
| #include "ash/shell_window_ids.h"
|
| +#include "ash/wm/common/shelf/wm_shelf_constants.h"
|
| #include "ui/events/event.h"
|
| #include "ui/gfx/geometry/insets.h"
|
| #include "ui/gfx/screen.h"
|
| @@ -43,7 +44,7 @@ void OverflowBubbleView::InitOverflowBubble(views::View* anchor,
|
| SetAnchorView(anchor);
|
| set_arrow(GetBubbleArrow());
|
| set_background(NULL);
|
| - set_color(SkColorSetARGB(kShelfBackgroundAlpha, 0, 0, 0));
|
| + set_color(SkColorSetARGB(wm::kShelfBackgroundAlpha, 0, 0, 0));
|
| set_margins(gfx::Insets(kPadding, kPadding, kPadding, kPadding));
|
| // Overflow bubble should not get focus. If it get focus when it is shown,
|
| // active state item is changed to running state.
|
|
|