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

Unified Diff: chrome/browser/ui/views/app_list/app_list_dialog_contents_view.cc

Issue 365243003: MacViews: AppListDialogContentsView creation takes NativeView parent (instead of NativeWindow) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/views/app_list/app_list_dialog_contents_view.cc
diff --git a/chrome/browser/ui/views/app_list/app_list_dialog_contents_view.cc b/chrome/browser/ui/views/app_list/app_list_dialog_contents_view.cc
index a786474967d7c963edf30d9acb97dffc1b84f8e4..3378bdfe1487541b298158e0bf1c2d7010b3f277 100644
--- a/chrome/browser/ui/views/app_list/app_list_dialog_contents_view.cc
+++ b/chrome/browser/ui/views/app_list/app_list_dialog_contents_view.cc
@@ -87,7 +87,7 @@ AppListDialogContentsView::~AppListDialogContentsView() {
// static
views::Widget* AppListDialogContentsView::CreateDialogWidget(
- gfx::NativeWindow parent,
+ gfx::NativeView parent,
sashab 2014/07/04 07:20:26 Mmm yes I see hrmm hrmm alright. :)
tapted 2014/07/04 07:23:25 Done.
const gfx::Rect& bounds,
AppListDialogContentsView* dialog) {
views::Widget::InitParams params;

Powered by Google App Engine
This is Rietveld 408576698