| Index: ui/views/animation/flood_fill_ink_drop_ripple.cc
|
| diff --git a/ui/views/animation/flood_fill_ink_drop_ripple.cc b/ui/views/animation/flood_fill_ink_drop_ripple.cc
|
| index 9f61bed3559877d7a1d3a48a5e80fe618484df78..f11bfd53d6cbe139e6ae246d7c9b1be9f4ce39f7 100644
|
| --- a/ui/views/animation/flood_fill_ink_drop_ripple.cc
|
| +++ b/ui/views/animation/flood_fill_ink_drop_ripple.cc
|
| @@ -11,7 +11,6 @@
|
| #include "ui/compositor/layer.h"
|
| #include "ui/compositor/layer_animation_sequence.h"
|
| #include "ui/compositor/scoped_layer_animation_settings.h"
|
| -#include "ui/gfx/animation/animation.h"
|
| #include "ui/gfx/geometry/point_conversions.h"
|
| #include "ui/gfx/geometry/vector2d_f.h"
|
|
|
| @@ -96,10 +95,6 @@
|
|
|
| // Returns the InkDropState sub animation duration for the given |state|.
|
| base::TimeDelta GetAnimationDuration(InkDropSubAnimations state) {
|
| - // Ink drop animations are controlled by the system animation settings for
|
| - // accessibility reasons."See https://crbug.com/658384.
|
| - if (!gfx::Animation::ShouldRenderRichAnimation())
|
| - return base::TimeDelta();
|
| return base::TimeDelta::FromMilliseconds(
|
| (views::InkDropRipple::UseFastAnimations()
|
| ? 1
|
|
|