Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ui / views / window / dialog_delegate.h
index 302fd63..2ef7983 100644 (file)
@@ -33,8 +33,8 @@ class VIEWS_EXPORT DialogDelegate : public ui::DialogModel,
 
   // Create a |dialog| window Widget with the specified |context| or |parent|.
   static Widget* CreateDialogWidget(DialogDelegate* dialog,
-                                    gfx::NativeWindow context,
-                                    gfx::NativeWindow parent);
+                                    gfx::NativeView context,
+                                    gfx::NativeView parent);
 
   // Override this function to display an extra view adjacent to the buttons.
   // Overrides may construct the view; this will only be called once per dialog.