diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-08 20:59:19 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-08 20:59:19 +0000 |
commit | 4bd23f35c4b4b7eab1796170789a8f00e7984972 (patch) | |
tree | 7808a313bbc7c4bf7b79717175dc29fc0b8557f1 /views/view.h | |
parent | d09b0922f3831944386850682b584e4dccf60357 (diff) | |
download | chromium_src-4bd23f35c4b4b7eab1796170789a8f00e7984972.zip chromium_src-4bd23f35c4b4b7eab1796170789a8f00e7984972.tar.gz chromium_src-4bd23f35c4b4b7eab1796170789a8f00e7984972.tar.bz2 |
A new menu system for views.
This is all the functionality needed for the page, app menus and browser system menus.
Review URL: http://codereview.chromium.org/119237
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17895 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/view.h')
-rw-r--r-- | views/view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/view.h b/views/view.h index 967ce22..8075378 100644 --- a/views/view.h +++ b/views/view.h @@ -1180,7 +1180,7 @@ class View : public AcceleratorTarget { // [0, registered_accelerator_count_) are already registered to FocusManager, // and the rest are not yet. scoped_ptr<std::vector<Accelerator> > accelerators_; - int registered_accelerator_count_; + size_t registered_accelerator_count_; // The menu controller. ContextMenuController* context_menu_controller_; |