| Index: ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc
|
| diff --git a/ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc b/ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc
|
| index 417a63b7b75e673ca5aa1a6d0d02ce3272eefc79..72d36daa7bb1f88c3ebfe43f1cc4103081e0c3ca 100644
|
| --- a/ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc
|
| +++ b/ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc
|
| @@ -97,6 +97,8 @@ void VirtualKeyboardTray::OnKeyboardBoundsChanging(
|
| SetDrawBackgroundAsActive(!new_bounds.IsEmpty());
|
| }
|
|
|
| +void VirtualKeyboardTray::OnKeyboardClosed() {}
|
| +
|
| void VirtualKeyboardTray::SetIconBorderForShelfAlignment() {
|
| // Every time shelf alignment is updated, StatusAreaWidgetDelegate resets the
|
| // border to a non-null border. So, we need to remove it.
|
|
|