| Index: ash/mus/bridge/wm_shell_mus.h
|
| diff --git a/ash/mus/bridge/wm_shell_mus.h b/ash/mus/bridge/wm_shell_mus.h
|
| index e9daf0636bfb3072cd9613a396c07bc1e4846dd6..c16f91c07cf896bea686313d8798304d1cbbf07e 100644
|
| --- a/ash/mus/bridge/wm_shell_mus.h
|
| +++ b/ash/mus/bridge/wm_shell_mus.h
|
| @@ -72,6 +72,8 @@ class WmShellMus : public WmShell, public ::ui::WindowTreeClientObserver {
|
| std::vector<WmWindow*> GetAllRootWindows() override;
|
| void RecordUserMetricsAction(UserMetricsAction action) override;
|
| void RecordTaskSwitchMetric(TaskSwitchSource source) override;
|
| + void ShowContextMenu(const gfx::Point& location_in_screen,
|
| + ui::MenuSourceType source_type) override;
|
| std::unique_ptr<WindowResizer> CreateDragWindowResizer(
|
| std::unique_ptr<WindowResizer> next_window_resizer,
|
| wm::WindowState* window_state) override;
|
|
|