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

Unified Diff: ui/views/window/dialog_delegate.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/window/dialog_delegate.h
diff --git a/ui/views/window/dialog_delegate.h b/ui/views/window/dialog_delegate.h
index 91fff1e51fb8cccda59f0ca7a3ab3b8158f530e0..f627a489ab2a713e1e3189c5a68b7e736a804d6e 100644
--- a/ui/views/window/dialog_delegate.h
+++ b/ui/views/window/dialog_delegate.h
@@ -34,7 +34,7 @@ class VIEWS_EXPORT DialogDelegate : public ui::DialogModel,
// Create a dialog widget with the specified |context| or |parent|.
static Widget* CreateDialogWidget(WidgetDelegate* delegate,
- gfx::NativeView context,
+ gfx::NativeWindow context,
gfx::NativeView parent);
// Override this function to display an extra view adjacent to the buttons.

Powered by Google App Engine
This is Rietveld 408576698