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

Unified Diff: chrome/browser/ui/tab_contents/chrome_web_contents_view_delegate.h

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/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

Powered by Google App Engine
This is Rietveld 408576698