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

Unified Diff: ui/views_content_client/views_content_client.h

Issue 387993004: MacViews: Change Widget context type to NativeWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: ui/views_content_client/views_content_client.h
diff --git a/ui/views_content_client/views_content_client.h b/ui/views_content_client/views_content_client.h
index 04289462a1f481e2b311e25015c851adaee38a8a..b11cf637fdf51217f8816a303647ebb97acb7cb9 100644
--- a/ui/views_content_client/views_content_client.h
+++ b/ui/views_content_client/views_content_client.h
@@ -25,7 +25,7 @@ namespace ui {
// Sample usage:
//
// void InitMyApp(content::BrowserContext* browser_context,
-// gfx::NativeView window_context) {
+// gfx::NativeWindow window_context) {
// // Create desired windows and views here. Runs on the UI thread.
// }
//
@@ -46,7 +46,7 @@ class VIEWS_CONTENT_CLIENT_EXPORT ViewsContentClient {
public:
typedef base::Callback<
void(content::BrowserContext* browser_context,
- gfx::NativeView window_context)> Task;
+ gfx::NativeWindow window_context)> Task;
#if defined(OS_WIN)
ViewsContentClient(HINSTANCE instance,

Powered by Google App Engine
This is Rietveld 408576698