| Index: ash/wm/toplevel_window_event_filter.h
|
| diff --git a/ash/wm/toplevel_window_event_filter.h b/ash/wm/toplevel_window_event_filter.h
|
| index 55ab2c74e7e29034b3cafbc213c834abc99bd523..7f0915e4cb0bf0fd986b256acc108c1740cf2368 100644
|
| --- a/ash/wm/toplevel_window_event_filter.h
|
| +++ b/ash/wm/toplevel_window_event_filter.h
|
| @@ -67,7 +67,7 @@ class ASH_EXPORT ToplevelWindowEventFilter :
|
| };
|
|
|
| // Finishes the drag.
|
| - void CompleteDrag(DragCompletionStatus status);
|
| + void CompleteDrag(DragCompletionStatus status, int event_flags);
|
|
|
| // Called during a drag to resize/position the window.
|
| // The return value is returned by OnMouseEvent() above.
|
|
|