| Index: ash/wm/default_window_resizer.h
|
| diff --git a/ash/wm/default_window_resizer.h b/ash/wm/default_window_resizer.h
|
| index 0f6494b739a1c5b06df195089cbf6f153994181a..bad613a3d0a2a8fafd4f875241a46fa98f5fd756 100644
|
| --- a/ash/wm/default_window_resizer.h
|
| +++ b/ash/wm/default_window_resizer.h
|
| @@ -43,7 +43,7 @@ class ASH_EXPORT DefaultWindowResizer : public WindowResizer {
|
| bool is_resizable() const { return details_.is_resizable; }
|
|
|
| // WindowResizer overides:
|
| - virtual void Drag(const gfx::Point& location) OVERRIDE;
|
| + virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
|
| virtual void CompleteDrag() OVERRIDE;
|
| virtual void RevertDrag() OVERRIDE;
|
|
|
|
|