diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/controls/menu/submenu_view.h | 2 | ||||
-rw-r--r-- | views/focus/focus_manager.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/views/controls/menu/submenu_view.h b/views/controls/menu/submenu_view.h index 5325e33..54dc6c3 100644 --- a/views/controls/menu/submenu_view.h +++ b/views/controls/menu/submenu_view.h @@ -25,7 +25,7 @@ class MenuScrollViewContainer; // . Forwards the appropriate events to the MenuController. This allows the // MenuController to update the selection as the user moves the mouse around. // . Renders the drop indicator during a drop operation. -// . Shows and hides the window (a WidgetWin) when the menu is shown on +// . Shows and hides the window (a NativeWidgetWin) when the menu is shown on // screen. // // SubmenuView is itself contained in a MenuScrollViewContainer. 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 |