| Index: ui/aura/remote_root_window_host_win.h
|
| diff --git a/ui/aura/remote_root_window_host_win.h b/ui/aura/remote_root_window_host_win.h
|
| index dd7ba705294fdae784d1cc1de13dd10d61d22664..a3a7e4aae0f8cb670ba5e3f2e3d05aad8f086e4e 100644
|
| --- a/ui/aura/remote_root_window_host_win.h
|
| +++ b/ui/aura/remote_root_window_host_win.h
|
| @@ -191,6 +191,7 @@ class AURA_EXPORT RemoteWindowTreeHostWin
|
| uint32 scan_code,
|
| uint32 flags);
|
| void OnWindowActivated();
|
| + void OnEdgeGesture();
|
| void OnTouchDown(int32 x, int32 y, uint64 timestamp, uint32 pointer_id);
|
| void OnTouchUp(int32 x, int32 y, uint64 timestamp, uint32 pointer_id);
|
| void OnTouchMoved(int32 x, int32 y, uint64 timestamp, uint32 pointer_id);
|
|
|