| Index: components/web_modal/modal_dialog_host.h
|
| diff --git a/components/web_modal/modal_dialog_host.h b/components/web_modal/modal_dialog_host.h
|
| index c7842b3da32f9f9e3995c3f84e73e62471756533..e206fc300d083a9c611982d3b11c68846b21e4cb 100644
|
| --- a/components/web_modal/modal_dialog_host.h
|
| +++ b/components/web_modal/modal_dialog_host.h
|
| @@ -33,6 +33,7 @@ class ModalDialogHost {
|
| virtual gfx::NativeView GetHostView() const = 0;
|
| // Gets the position for the dialog in coordinates relative to the host view.
|
| virtual gfx::Point GetDialogPosition(const gfx::Size& size) = 0;
|
| + virtual gfx::Point GetHostPosition() const = 0;
|
|
|
| // Add/remove observer.
|
| virtual void AddObserver(ModalDialogHostObserver* observer) = 0;
|
|
|