| Index: content/browser/frame_host/interstitial_page_impl.h
|
| diff --git a/content/browser/frame_host/interstitial_page_impl.h b/content/browser/frame_host/interstitial_page_impl.h
|
| index 9a99b477a6b230204386e4e21e0a9072fc144462..ae41f77f59c3282c7c0e000f9d4e0d74bea30ab6 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.h
|
| +++ b/content/browser/frame_host/interstitial_page_impl.h
|
| @@ -130,9 +130,9 @@ class CONTENT_EXPORT InterstitialPageImpl
|
| void CreateNewFullscreenWidget(int render_process_id, int route_id) override;
|
| void ShowCreatedWindow(int route_id,
|
| WindowOpenDisposition disposition,
|
| - const gfx::Rect& initial_pos,
|
| + const gfx::Rect& initial_rect,
|
| bool user_gesture) override;
|
| - void ShowCreatedWidget(int route_id, const gfx::Rect& initial_pos) override;
|
| + void ShowCreatedWidget(int route_id, const gfx::Rect& initial_rect) override;
|
| void ShowCreatedFullscreenWidget(int route_id) override;
|
|
|
| SessionStorageNamespace* GetSessionStorageNamespace(
|
|
|