| Index: ui/app_list/views/folder_background_view.cc
|
| diff --git a/ui/app_list/views/folder_background_view.cc b/ui/app_list/views/folder_background_view.cc
|
| index c4c1cc89f32620620e2eb066011634e697c63301..39c841601d74d97a51be5ed0699720e4db81f747 100644
|
| --- a/ui/app_list/views/folder_background_view.cc
|
| +++ b/ui/app_list/views/folder_background_view.cc
|
| @@ -9,6 +9,7 @@
|
| #include "ui/app_list/app_list_constants.h"
|
| #include "ui/app_list/views/app_list_folder_view.h"
|
| #include "ui/app_list/views/apps_container_view.h"
|
| +#include "ui/compositor/layer_type.h"
|
| #include "ui/compositor/scoped_layer_animation_settings.h"
|
| #include "ui/gfx/canvas.h"
|
| #include "ui/gfx/transform_util.h"
|
| @@ -25,7 +26,7 @@ const int kBubbleTransitionDurationMs = 200;
|
| FolderBackgroundView::FolderBackgroundView()
|
| : folder_view_(NULL),
|
| show_state_(NO_BUBBLE) {
|
| - SetPaintToLayer(true);
|
| + SetPaintToLayer(ui::LAYER_TEXTURED);
|
| layer()->SetFillsBoundsOpaquely(false);
|
| }
|
|
|
|
|