| Index: ui/views/widget/widget.h
|
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
|
| index 192901995a000a21b5cc52cd314bdbb97b5b9782..7f037744e566069da7994d5110b385297df78335 100644
|
| --- a/ui/views/widget/widget.h
|
| +++ b/ui/views/widget/widget.h
|
| @@ -256,9 +256,9 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
|
|
|
| // Creates a decorated window Widget with the specified properties.
|
| static Widget* CreateWindowWithParent(WidgetDelegate* delegate,
|
| - gfx::NativeWindow parent);
|
| + gfx::NativeView parent);
|
| static Widget* CreateWindowWithParentAndBounds(WidgetDelegate* delegate,
|
| - gfx::NativeWindow parent,
|
| + gfx::NativeView parent,
|
| const gfx::Rect& bounds);
|
|
|
| // Creates a decorated window Widget in the same desktop context as |context|.
|
|
|