Chromium Code Reviews| Index: views/widget/widget_win.h |
| =================================================================== |
| --- views/widget/widget_win.h (revision 18328) |
| +++ views/widget/widget_win.h (working copy) |
| @@ -239,7 +239,7 @@ |
| virtual View* FindNextFocusableView(View* starting_view, |
| bool reverse, |
| Direction direction, |
| - bool dont_loop, |
| + bool check_starting_view, |
| FocusTraversable** focus_traversable, |
| View** focus_traversable_view); |
| virtual FocusTraversable* GetFocusTraversableParent(); |