| Index: chrome/browser/ui/tab_contents/chrome_web_contents_view_delegate.h
|
| diff --git a/chrome/browser/ui/tab_contents/chrome_web_contents_view_delegate.h b/chrome/browser/ui/tab_contents/chrome_web_contents_view_delegate.h
|
| index 0f1b737e80eb6eba8b29b002ddedfa4e42b9b86a..effd0d4a5f6030cf715442fac564476bf3eac0d1 100644
|
| --- a/chrome/browser/ui/tab_contents/chrome_web_contents_view_delegate.h
|
| +++ b/chrome/browser/ui/tab_contents/chrome_web_contents_view_delegate.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CHROME_BROWSER_UI_TAB_CONTENTS_CHROME_WEB_CONTENTS_VIEW_DELEGATE_H_
|
| #define CHROME_BROWSER_UI_TAB_CONTENTS_CHROME_WEB_CONTENTS_VIEW_DELEGATE_H_
|
|
|
| +#include "ui/gfx/native_widget_types.h"
|
| +
|
| namespace content {
|
| class WebContents;
|
| class WebContentsViewDelegate;
|
| @@ -13,7 +15,8 @@ class WebContentsViewDelegate;
|
| namespace chrome {
|
|
|
| content::WebContentsViewDelegate* CreateWebContentsViewDelegate(
|
| - content::WebContents* web_contents);
|
| + content::WebContents* web_contents,
|
| + gfx::NativeView context);
|
|
|
| } // namespace chrome
|
|
|
|
|