Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Side by Side Diff: views/controls/menu/menu_host_win.h

Issue 6685069: Disambiguate OnMouseCaptureLost from OnMouseReleased, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refinements, etc. Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 5
6 #ifndef VIEWS_CONTROLS_MENU_MENU_HOST_WIN_H_ 6 #ifndef VIEWS_CONTROLS_MENU_MENU_HOST_WIN_H_
7 #define VIEWS_CONTROLS_MENU_MENU_HOST_WIN_H_ 7 #define VIEWS_CONTROLS_MENU_MENU_HOST_WIN_H_
8 #pragma once 8 #pragma once
9 9
10 #include "views/controls/menu/menu_host.h" 10 #include "views/controls/menu/menu_host.h"
11 #include "views/widget/widget_win.h" 11 #include "views/widget/widget_win.h"
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 56
57 // The view we contain. 57 // The view we contain.
58 SubmenuView* submenu_; 58 SubmenuView* submenu_;
59 59
60 DISALLOW_COPY_AND_ASSIGN(MenuHostWin); 60 DISALLOW_COPY_AND_ASSIGN(MenuHostWin);
61 }; 61 };
62 62
63 } // namespace views 63 } // namespace views
64 64
65 #endif // VIEWS_CONTROLS_MENU_MENU_HOST_WIN_H_ 65 #endif // VIEWS_CONTROLS_MENU_MENU_HOST_WIN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698