| Index: ash/common/wm/immersive_context_ash.h
|
| diff --git a/ash/common/wm/immersive_context_ash.h b/ash/common/wm/immersive_context_ash.h
|
| index ea725b8ced02ccb029758826213c4239323279ba..09cd6346b5e3017c28fa927c4c1453d3711a02b9 100644
|
| --- a/ash/common/wm/immersive_context_ash.h
|
| +++ b/ash/common/wm/immersive_context_ash.h
|
| @@ -22,7 +22,8 @@ class ASH_EXPORT ImmersiveContextAsh : public ImmersiveContext {
|
| bool entering) override;
|
| gfx::Rect GetDisplayBoundsInScreen(views::Widget* widget) override;
|
| void AddPointerWatcher(views::PointerWatcher* watcher,
|
| - bool wants_moves) override;
|
| + bool wants_moves,
|
| + bool wants_drags) override;
|
| void RemovePointerWatcher(views::PointerWatcher* watcher) override;
|
| bool DoesAnyWindowHaveCapture() override;
|
| bool IsMouseEventsEnabled() override;
|
|
|