Index: content/public/browser/content_browser_client.h |
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h |
index ac87e075ccc86f8dd5c521955eaeed1071a13852..535954d8989fe541bca87cb65485998200ce48c2 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -29,6 +29,7 @@ |
#include "storage/browser/fileapi/file_system_context.h" |
#include "third_party/WebKit/public/platform/WebNotificationPermission.h" |
#include "ui/base/window_open_disposition.h" |
+#include "ui/gfx/native_widget_types.h" |
#if defined(OS_POSIX) && !defined(OS_MACOSX) |
#include "base/posix/global_descriptors.h" |
@@ -140,7 +141,8 @@ class CONTENT_EXPORT ContentBrowserClient { |
// embedder to return an (optional) delegate to customize it. The view will |
// own the delegate. |
virtual WebContentsViewDelegate* GetWebContentsViewDelegate( |
- WebContents* web_contents); |
+ WebContents* web_contents, |
+ gfx::NativeView context); |
// Notifies that a render process will be created. This is called before |
// the content layer adds its own BrowserMessageFilters, so that the |