| Index: ash/common/wm/overview/window_selector.h
|
| diff --git a/ash/common/wm/overview/window_selector.h b/ash/common/wm/overview/window_selector.h
|
| index f8e473f246129dfd53038bb14f69d59df68a9a63..320ac74c59458f441af00564d62340e7d8b8667e 100644
|
| --- a/ash/common/wm/overview/window_selector.h
|
| +++ b/ash/common/wm/overview/window_selector.h
|
| @@ -157,8 +157,8 @@ class ASH_EXPORT WindowSelector : public display::DisplayObserver,
|
| // The number of items in the overview.
|
| size_t num_items_;
|
|
|
| - // Indicates if we are showing the selection widget.
|
| - bool showing_selection_widget_;
|
| + // Indicates if the text filter is shown on screen (rather than above it).
|
| + bool showing_text_filter_;
|
|
|
| // Window text filter widget. As the user writes on it, we filter the items
|
| // in the overview. It is also responsible for handling overview key events,
|
|
|