| Index: ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| diff --git a/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc b/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| index ac52b290bb383fe9e47c82a0ad651e110a987da1..31e11922cc238dee17a3480a24f2c810818c8e82 100644
|
| --- a/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| +++ b/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| @@ -330,7 +330,7 @@
|
| }
|
| }
|
|
|
| - scroll_content()->InvalidateLayout();
|
| + scroll_content()->SizeToPreferredSize();
|
| }
|
|
|
| void AppendSameTypeDevicesToScrollList(const BluetoothDeviceList& list,
|
|
|