| Index: ash/root_window_controller.h
|
| diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
|
| index f8855a7fdc105332b4c6ac5df6be187fd60f6e13..d9885e8690bffacbbb860dd820904be1a01de3d1 100644
|
| --- a/ash/root_window_controller.h
|
| +++ b/ash/root_window_controller.h
|
| @@ -107,7 +107,8 @@ class ASH_EXPORT RootWindowController {
|
|
|
| // Shows context menu at the |location_in_screen|. This uses
|
| // |ShellDelegate::CreateContextMenu| to define the content of the menu.
|
| - void ShowContextMenu(const gfx::Point& location_in_screen);
|
| + void ShowContextMenu(const gfx::Point& location_in_screen,
|
| + ui::ContextMenuSourceType source_type);
|
|
|
| // Returns the layout-manager for the appropriate modal-container. If the
|
| // window is inside the lockscreen modal container, then the layout manager
|
|
|