| Index: ui/app_list/views/pulsing_block_view.cc
|
| diff --git a/ui/app_list/views/pulsing_block_view.cc b/ui/app_list/views/pulsing_block_view.cc
|
| index 3eef4882b442bbc4fb363f02be9aff59bd702093..49b5307d9e21760f9737ce30b159328dfab979d3 100644
|
| --- a/ui/app_list/views/pulsing_block_view.cc
|
| +++ b/ui/app_list/views/pulsing_block_view.cc
|
| @@ -17,6 +17,7 @@
|
| #include "ui/compositor/layer_animation_element.h"
|
| #include "ui/compositor/layer_animation_sequence.h"
|
| #include "ui/compositor/layer_animator.h"
|
| +#include "ui/compositor/layer_type.h"
|
| #include "ui/gfx/canvas.h"
|
| #include "ui/gfx/transform_util.h"
|
|
|
| @@ -76,7 +77,7 @@ void SchedulePulsingAnimation(ui::Layer* layer) {
|
| namespace app_list {
|
|
|
| PulsingBlockView::PulsingBlockView(const gfx::Size& size, bool start_delay) {
|
| - SetPaintToLayer(true);
|
| + SetPaintToLayer(ui::LAYER_TEXTURED);
|
| layer()->SetFillsBoundsOpaquely(false);
|
|
|
| const int max_delay = kAnimationDurationInMs * arraysize(kAnimationOpacity);
|
|
|