diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-19 14:56:26 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-19 14:56:26 +0000 |
commit | c4c0ce8b7086e34ef9159439fd27c9b3db1354c4 (patch) | |
tree | c17fdb385ccc2f675dfd09a56edbeb9e3eecb74f /views | |
parent | 2fc6672f21decd142da98665de2a0330b2e0ac57 (diff) | |
download | chromium_src-c4c0ce8b7086e34ef9159439fd27c9b3db1354c4.zip chromium_src-c4c0ce8b7086e34ef9159439fd27c9b3db1354c4.tar.gz chromium_src-c4c0ce8b7086e34ef9159439fd27c9b3db1354c4.tar.bz2 |
Fix bustage... these files were ommited from the CL.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85911 0039d316-1c4b-4281-b951-d872f2087c98
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 |