summaryrefslogtreecommitdiffstats
path: root/views/controls/menu/view_menu_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/menu/view_menu_delegate.h')
-rw-r--r--views/controls/menu/view_menu_delegate.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/views/controls/menu/view_menu_delegate.h b/views/controls/menu/view_menu_delegate.h
index c267e9b..9a3a447 100644
--- a/views/controls/menu/view_menu_delegate.h
+++ b/views/controls/menu/view_menu_delegate.h
@@ -28,9 +28,7 @@ class ViewMenuDelegate {
public:
// Create and show a menu at the specified position. Source is the view the
// ViewMenuDelegate was set on.
- virtual void RunMenu(View* source,
- const gfx::Point& pt,
- gfx::NativeView hwnd) = 0;
+ virtual void RunMenu(View* source, const gfx::Point& pt) = 0;
};
} // namespace views