| Index: ash/wm/default_window_resizer.h
|
| diff --git a/ash/wm/default_window_resizer.h b/ash/wm/default_window_resizer.h
|
| index 216070aa734cad583584644ee23a5f4625f5c420..621acd39f3b2100596ae531c1b926c7f46e6145a 100644
|
| --- a/ash/wm/default_window_resizer.h
|
| +++ b/ash/wm/default_window_resizer.h
|
| @@ -32,11 +32,12 @@ class ASH_EXPORT DefaultWindowResizer : public WindowResizer {
|
| }
|
| aura::Window* target_window() const { return details_.window; }
|
|
|
| - // WindowResizer overides:
|
| + // WindowResizer:
|
| virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
|
| virtual void CompleteDrag(int event_flags) OVERRIDE;
|
| virtual void RevertDrag() OVERRIDE;
|
| virtual aura::Window* GetTarget() OVERRIDE;
|
| + virtual const gfx::Point& GetInitialLocation() const OVERRIDE;
|
|
|
| private:
|
| explicit DefaultWindowResizer(const Details& details);
|
|
|