diff options
Diffstat (limited to 'views/focus/focus_manager.h')
-rw-r--r-- | views/focus/focus_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/focus/focus_manager.h b/views/focus/focus_manager.h index 37713ba..5983dbc 100644 --- a/views/focus/focus_manager.h +++ b/views/focus/focus_manager.h @@ -47,7 +47,7 @@ // method SetNextFocusableView(). // // If you are embedding a native view containing a nested RootView (for example -// by adding a NativeControl that contains a WidgetWin as its native +// by adding a NativeControl that contains a NativeWidgetWin as its native // component), then you need to: // - override the View::GetFocusTraversable() method in your outer component. // It should return the RootView of the inner component. This is used when |