From 4bd23f35c4b4b7eab1796170789a8f00e7984972 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Mon, 8 Jun 2009 20:59:19 +0000 Subject: 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 --- views/view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/view.h') 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 > accelerators_; - int registered_accelerator_count_; + size_t registered_accelerator_count_; // The menu controller. ContextMenuController* context_menu_controller_; -- cgit v1.1