| Index: views/controls/menu/view_menu_delegate.h
|
| ===================================================================
|
| --- views/controls/menu/view_menu_delegate.h (revision 28706)
|
| +++ views/controls/menu/view_menu_delegate.h (working copy)
|
| @@ -28,9 +28,7 @@
|
| 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
|
|
|