| Index: ash/wm/default_window_resizer.h
|
| diff --git a/ash/wm/default_window_resizer.h b/ash/wm/default_window_resizer.h
|
| index f459d52cb69be43c6427fc439d1c1aca5c35fe93..16b1d00413669e014460bc1e245a87f61c1ab1df 100644
|
| --- a/ash/wm/default_window_resizer.h
|
| +++ b/ash/wm/default_window_resizer.h
|
| @@ -30,7 +30,6 @@ class ASH_EXPORT DefaultWindowResizer : public WindowResizer {
|
| bool changed_size() const {
|
| return !(details_.bounds_change & kBoundsChange_Repositions);
|
| }
|
| - aura::Window* target_window() const { return details_.window; }
|
|
|
| // WindowResizer:
|
| virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
|
|
|