| Index: ash/wm/window_resizer.h
|
| diff --git a/ash/wm/window_resizer.h b/ash/wm/window_resizer.h
|
| index bc46df85e31a51b9adb9d2932678303db03eee87..2ddac5172bf990f324c0896361d29905a1edc02d 100644
|
| --- a/ash/wm/window_resizer.h
|
| +++ b/ash/wm/window_resizer.h
|
| @@ -51,6 +51,9 @@ class ASH_EXPORT WindowResizer {
|
| // Returns the target window the resizer was created for.
|
| virtual aura::Window* GetTarget() = 0;
|
|
|
| + // See comment for |Details::initial_location_in_parent|.
|
| + virtual const gfx::Point& GetInitialLocation() const = 0;
|
| +
|
| protected:
|
| struct Details {
|
| Details();
|
| @@ -129,6 +132,6 @@ ASH_EXPORT scoped_ptr<WindowResizer> CreateWindowResizer(
|
| const gfx::Point& point_in_parent,
|
| int window_component);
|
|
|
| -} // namespace aura
|
| +} // namespace ash
|
|
|
| #endif // ASH_WM_WINDOW_RESIZER_H_
|
|
|