Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.cc |
=================================================================== |
--- ui/views/widget/desktop_aura/desktop_native_widget_aura.cc (revision 221492) |
+++ ui/views/widget/desktop_aura/desktop_native_widget_aura.cc (working copy) |
@@ -77,9 +77,8 @@ |
init_params.bounds = bounds; |
init_params.ownership = Widget::InitParams::NATIVE_WIDGET_OWNS_WIDGET; |
init_params.layer_type = ui::LAYER_NOT_DRAWN; |
- init_params.accept_events = full_screen; |
+ init_params.accept_events = true; |
sky
2013/09/06 22:11:12
You an nuke this entirely now (since true is the d
ananta
2013/09/06 22:21:49
Done.
|
init_params.can_activate = full_screen; |
- |
// This widget instance will get deleted when the window is |
// destroyed. |
top_level_handler->top_level_widget_ = new Widget(); |