Index: ui/views/widget/native_widget_aura.h |
diff --git a/ui/views/widget/native_widget_aura.h b/ui/views/widget/native_widget_aura.h |
index f59b4f84e3d23556f4fa07c929dc5aba2169b15b..14206c6405d4ab1138ce04f2431bfa997b9faefa 100644 |
--- a/ui/views/widget/native_widget_aura.h |
+++ b/ui/views/widget/native_widget_aura.h |
@@ -35,7 +35,8 @@ class VIEWS_EXPORT NativeWidgetAura : public internal::NativeWidgetPrivate, |
public aura::client::ActivationDelegate, |
public aura::client::DragDropDelegate { |
public: |
- explicit NativeWidgetAura(internal::NativeWidgetDelegate* delegate); |
+ explicit NativeWidgetAura(internal::NativeWidgetDelegate* delegate, |
+ gfx::NativeView parent = NULL); |
oshima
2012/10/10 17:58:23
default argument is now allowed.
remove explicit (
scottmg
2012/10/10 19:04:47
Done.
|
// TODO(beng): Find a better place for this, and the similar method on |
// NativeWidgetWin. |