Index: ui/views/widget/native_widget_aura.cc |
diff --git a/ui/views/widget/native_widget_aura.cc b/ui/views/widget/native_widget_aura.cc |
index 1355f17b51a860a54e7a4d2ed4adeb07200011e8..d9628b304f169ed0ed4c22f8c48c05c9c7bb5f54 100644 |
--- a/ui/views/widget/native_widget_aura.cc |
+++ b/ui/views/widget/native_widget_aura.cc |
@@ -186,6 +186,7 @@ void NativeWidgetAura::InitNativeWidget(const Widget::InitParams& params) { |
parent->AddTransientChild(window_); |
// SetAlwaysOnTop before SetParent so that always-on-top container is used. |
SetAlwaysOnTop(params.keep_on_top); |
+ window_->SetIntProperty(aura::kPanelKey, params.is_panel); |
Ben Goodger (Google)
2011/12/22 23:22:45
So, I looked at code in the aura shell, and I beli
prasadt
2011/12/23 01:51:40
Done.
|
window_->SetParent(NULL); |
} |
window_->set_ignore_events(!params.accept_events); |