| Index: chrome/browser/ui/window_sizer/window_sizer.h
|
| diff --git a/chrome/browser/ui/window_sizer/window_sizer.h b/chrome/browser/ui/window_sizer/window_sizer.h
|
| index 0a36d5c0cbd9f6c5fbf571eae9b85bcd6199d38a..caa2a51fee68debff87645c92c030fa4aa26b131 100644
|
| --- a/chrome/browser/ui/window_sizer/window_sizer.h
|
| +++ b/chrome/browser/ui/window_sizer/window_sizer.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "chrome/browser/ui/host_desktop.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| class Browser;
|
| @@ -93,7 +94,8 @@ class WindowSizer {
|
| gfx::Rect* window_bounds);
|
|
|
| // Returns the default origin for popups of the given size.
|
| - static gfx::Point GetDefaultPopupOrigin(const gfx::Size& size);
|
| + static gfx::Point GetDefaultPopupOrigin(const gfx::Size& size,
|
| + chrome::HostDesktopType type);
|
|
|
| // The number of pixels which are kept free top, left and right when a window
|
| // gets positioned to its default location.
|
|
|