| Index: ui/views/controls/menu/menu_message_loop.h
|
| diff --git a/ui/views/controls/menu/menu_message_loop.h b/ui/views/controls/menu/menu_message_loop.h
|
| index d4d56333d60f5fa6e5dd35ed63477d2b130cbd8c..c6a0281652487749109e31cf226f3bf5e6e0d955 100644
|
| --- a/ui/views/controls/menu/menu_message_loop.h
|
| +++ b/ui/views/controls/menu/menu_message_loop.h
|
| @@ -31,7 +31,7 @@ class MenuMessageLoop {
|
|
|
| // Repost |event| to |window|.
|
| // |screen_loc| is the event's location in screen coordinates.
|
| - static void RepostEventToWindow(const ui::LocatedEvent& event,
|
| + static void RepostEventToWindow(const ui::LocatedEvent* event,
|
| gfx::NativeWindow window,
|
| const gfx::Point& screen_loc);
|
|
|
|
|