| 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 373ceefdce6d1ff5dcfb4d48eced901890699dec..44f2c304e2aaf402b5c3971566471311113929d9 100644
|
| --- a/ui/app_list/views/pulsing_block_view.cc
|
| +++ b/ui/app_list/views/pulsing_block_view.cc
|
| @@ -71,7 +71,6 @@ void SchedulePulsingAnimation(ui::Layer* layer) {
|
| namespace app_list {
|
|
|
| PulsingBlockView::PulsingBlockView(const gfx::Size& size, bool start_delay) {
|
| -#if defined(USE_AURA)
|
| SetPaintToLayer(true);
|
| SetFillsBoundsOpaquely(false);
|
|
|
| @@ -81,9 +80,6 @@ PulsingBlockView::PulsingBlockView(const gfx::Size& size, bool start_delay) {
|
| FROM_HERE,
|
| base::TimeDelta::FromMilliseconds(delay),
|
| this, &PulsingBlockView::OnStartDelayTimer);
|
| -#else
|
| - NOTREACHED() << "Pulsing animation is not supported on Windows";
|
| -#endif
|
| }
|
|
|
| PulsingBlockView::~PulsingBlockView() {
|
|
|