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

Unified Diff: android_webview/browser/aw_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: android_webview/browser/aw_content_browser_client.cc
diff --git a/android_webview/browser/aw_content_browser_client.cc b/android_webview/browser/aw_content_browser_client.cc
index 15cd608aae8662934cc7a9a47713c76a1c5c2cfc..40d352630c71c478f33a7ca88aba6651f7609170 100644
--- a/android_webview/browser/aw_content_browser_client.cc
+++ b/android_webview/browser/aw_content_browser_client.cc
@@ -208,7 +208,8 @@ content::BrowserMainParts* AwContentBrowserClient::CreateBrowserMainParts(
content::WebContentsViewDelegate*
AwContentBrowserClient::GetWebContentsViewDelegate(
- content::WebContents* web_contents) {
+ content::WebContents* web_contents,
+ gfx::NativeView context) {
return native_factory_->CreateViewDelegate(web_contents);
}
« no previous file with comments | « android_webview/browser/aw_content_browser_client.h ('k') | android_webview/native/aw_web_contents_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698