| Index: chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc
|
| diff --git a/chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc b/chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc
|
| index b7c989a8fce181e0dc1776bcb5518cbfd3ca01b6..896a6545cc83f0d73f1f2eb56b1024d965c4f1cd 100644
|
| --- a/chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc
|
| +++ b/chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc
|
| @@ -173,7 +173,6 @@ void AshKeyboardControllerProxy::ShowKeyboardContainer(
|
| settings.SetTransitionDuration(
|
| base::TimeDelta::FromMilliseconds(kAnimationDurationMs));
|
| container->SetTransform(gfx::Transform());
|
| - container->layer()->SetOpacity(1.0);
|
| }
|
|
|
| // TODO(bshe): Add animation observer and do the workspace resizing after
|
| @@ -201,7 +200,6 @@ void AshKeyboardControllerProxy::HideKeyboardContainer(
|
| gfx::Transform transform;
|
| transform.Translate(0, GetKeyboardWindow()->bounds().height());
|
| container->SetTransform(transform);
|
| - container->layer()->SetOpacity(0.0);
|
| KeyboardControllerProxy::HideKeyboardContainer(container);
|
| }
|
|
|
|
|