| Index: ash/wm/app_list_controller.cc
|
| diff --git a/ash/wm/app_list_controller.cc b/ash/wm/app_list_controller.cc
|
| index d9bf234e3052bb4b2ef2c118baf2c07c01834183..a13ba65dc07c6322ebba83967b93cb98ccc7d7cc 100644
|
| --- a/ash/wm/app_list_controller.cc
|
| +++ b/ash/wm/app_list_controller.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "ash/wm/app_list_controller.h"
|
|
|
| +#include "ash/ash_switches.h"
|
| #include "ash/launcher/launcher.h"
|
| #include "ash/root_window_controller.h"
|
| #include "ash/shelf/shelf_layout_manager.h"
|
| @@ -127,6 +128,8 @@ void AppListController::SetVisible(bool visible, aura::Window* window) {
|
| gfx::Point(),
|
| GetBubbleArrow(container),
|
| true /* border_accepts_events */);
|
| + if (ash::switches::UseAlternateShelfLayout())
|
| + view->SetArrowPaintType(views::BubbleBorder::PAINT_NONE);
|
| SetView(view);
|
| }
|
| }
|
|
|