Index: views/controls/menu/menu_host_win.h |
=================================================================== |
--- views/controls/menu/menu_host_win.h (revision 85284) |
+++ views/controls/menu/menu_host_win.h (working copy) |
@@ -29,10 +29,8 @@ |
// Overridden from WidgetWin: |
virtual void OnDestroy() OVERRIDE; |
virtual void OnCancelMode() OVERRIDE; |
- virtual RootView* CreateRootView() OVERRIDE; |
- virtual bool ShouldReleaseCaptureOnMouseReleased() const OVERRIDE; |
- scoped_ptr<internal::NativeMenuHostDelegate> delegate_; |
+ internal::NativeMenuHostDelegate* delegate_; |
DISALLOW_COPY_AND_ASSIGN(MenuHostWin); |
}; |