| Index: chrome/browser/ui/views/frame/browser_view_layout.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_view_layout.h b/chrome/browser/ui/views/frame/browser_view_layout.h
|
| index 98ed8bff51a5dd6497e522f663435caf62d64304..3bc914312f2bf14bc41c5e3142cb2303532d09ea 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view_layout.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view_layout.h
|
| @@ -159,8 +159,8 @@ class BrowserViewLayout : public views::LayoutManager {
|
| // The host for use in positioning the web contents modal dialog.
|
| scoped_ptr<WebContentsModalDialogHostViews> dialog_host_;
|
|
|
| - // The latest dialog position applied during a layout pass.
|
| - gfx::Point latest_dialog_position_;
|
| + // The latest dialog bounds applied during a layout pass.
|
| + gfx::Rect latest_dialog_bounds_;
|
|
|
| // The distance the web contents modal dialog is from the top of the window,
|
| // in pixels.
|
|
|