| Index: ash/wm/default_window_resizer.h
|
| diff --git a/ash/wm/default_window_resizer.h b/ash/wm/default_window_resizer.h
|
| index 0ef21dc9eec25b158c9ee73f896c0a1bb550489e..4bd069eddc685f12c767628d4769d7d49676db4c 100644
|
| --- a/ash/wm/default_window_resizer.h
|
| +++ b/ash/wm/default_window_resizer.h
|
| @@ -31,11 +31,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);
|
|
|