Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2954)

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 489763002: MacViews: Gets a webview working in views_examples_with_content_exe Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to master Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 367d7e916acb425cb4f4733eff437fdb4a591807..02429ab15558d05d991215c78e371e4c82a1d867 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -784,9 +784,10 @@ void ChromeContentBrowserClient::GetStoragePartitionConfigForSite(
}
content::WebContentsViewDelegate*
- ChromeContentBrowserClient::GetWebContentsViewDelegate(
- content::WebContents* web_contents) {
- return chrome::CreateWebContentsViewDelegate(web_contents);
+ChromeContentBrowserClient::GetWebContentsViewDelegate(
+ content::WebContents* web_contents,
+ gfx::NativeView context) {
+ return chrome::CreateWebContentsViewDelegate(web_contents, context);
}
void ChromeContentBrowserClient::RenderProcessWillLaunch(

Powered by Google App Engine
This is Rietveld 408576698