| 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 cad0164890027e79e824974b062d4d0751548b7d..c3e4f251f57b114045588c4a1aaf535f9d4b7cef 100644
|
| --- a/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| +++ b/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| @@ -329,7 +329,7 @@ class BluetoothDetailedView : public TrayDetailsView {
|
| }
|
| }
|
|
|
| - scroll_content()->SizeToPreferredSize();
|
| + scroll_content()->InvalidateLayout();
|
| }
|
|
|
| void AppendSameTypeDevicesToScrollList(const BluetoothDeviceList& list,
|
|
|