| Index: ash/system/tray/tri_view.h
|
| diff --git a/ash/system/tray/tri_view.h b/ash/system/tray/tri_view.h
|
| index 86359aa73ded2550bd679a77dac9cec2284b5fe2..ab145a3845771cd2339c18c84ed113ce8a5ce0e7 100644
|
| --- a/ash/system/tray/tri_view.h
|
| +++ b/ash/system/tray/tri_view.h
|
| @@ -101,6 +101,7 @@ class ASH_EXPORT TriView : public views::View {
|
| // Sets whether the |container| is visible. During a layout the space will be
|
| // allocated to the visible containers only. i.e. non-visible containers will
|
| // not be allocated any space.
|
| + // Note: This will cause a relayout.
|
| void SetContainerVisible(Container container, bool visible);
|
|
|
| // Sets the flex weight for the given |container|. Using the preferred size as
|
|
|