Index: ui/views/view_model_utils.h |
diff --git a/ui/views/view_model_utils.h b/ui/views/view_model_utils.h |
index 5219ff87fe200387fa1a044bbf89a0b7b716fe40..41f4ff574c88309be70b281feb9533f8ddab3321 100644 |
--- a/ui/views/view_model_utils.h |
+++ b/ui/views/view_model_utils.h |
@@ -19,6 +19,9 @@ class VIEWS_EXPORT ViewModelUtils { |
// Sets the bounds of each view to its ideal bounds. |
static void SetViewBoundsToIdealBounds(const ViewModel& model); |
+ // Sets the visibility of each view to its ideal visibility. |
+ static void SetViewVisibilityToIdealVisibility(const ViewModel& model); |
+ |
// Returns the index to move |view| to based on a x-coordinate of |x|. |
static int DetermineMoveIndex(const ViewModel& model, |
View* view, |