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

Unified Diff: athena/main/athena_main.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
« no previous file with comments | « athena/content/web_contents_view_delegate_factory_impl.cc ('k') | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/main/athena_main.cc
diff --git a/athena/main/athena_main.cc b/athena/main/athena_main.cc
index b3d825efecccc5f1aef0aa507dc3ebeaa182b083..89004f94a149b051494c33c8a1fcd21ea169a4c7 100644
--- a/athena/main/athena_main.cc
+++ b/athena/main/athena_main.cc
@@ -114,7 +114,7 @@ class AthenaContentBrowserClient
// content::ContentBrowserClient:
virtual content::WebContentsViewDelegate* GetWebContentsViewDelegate(
- content::WebContents* web_contents) OVERRIDE {
+ content::WebContents* web_contents, gfx::NativeView context) OVERRIDE {
return athena::CreateWebContentsViewDelegate(web_contents);
}
« no previous file with comments | « athena/content/web_contents_view_delegate_factory_impl.cc ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698