| Index: ui/keyboard/keyboard_controller.cc
|
| diff --git a/ui/keyboard/keyboard_controller.cc b/ui/keyboard/keyboard_controller.cc
|
| index 1b7b9f3a8e5cba1d9b627117dc4899bbeda773e2..ba9ae3c3eedb56c883e83d1370d1dea8317c0139 100644
|
| --- a/ui/keyboard/keyboard_controller.cc
|
| +++ b/ui/keyboard/keyboard_controller.cc
|
| @@ -44,8 +44,7 @@ const int kHideAnimationDurationMs = 100;
|
|
|
| // The opacity of virtual keyboard container when show animation starts or
|
| // hide animation finishes.
|
| -// TODO(rsadam@): Investigate why setting this to zero crashes.
|
| -const float kAnimationStartOrAfterHideOpacity = 0.01f;
|
| +const float kAnimationStartOrAfterHideOpacity = 0;
|
|
|
| // Event targeter for the keyboard container.
|
| class KeyboardContainerTargeter : public wm::MaskedWindowTargeter {
|
|
|