| Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
|
| index 4db5a00e7cf6e9e722a62e79f6c19938d4fb43ed..e95e67e9dc9b998de626174a24b6613853952521 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
|
| @@ -161,7 +161,7 @@ class DesktopNativeWidgetAuraWindowTreeClient :
|
| const gfx::Rect& bounds) OVERRIDE {
|
| bool is_fullscreen = window->GetProperty(aura::client::kShowStateKey) ==
|
| ui::SHOW_STATE_FULLSCREEN;
|
| - bool is_menu = window->type() == aura::client::WINDOW_TYPE_MENU;
|
| + bool is_menu = window->type() == ui::wm::WINDOW_TYPE_MENU;
|
| if (is_fullscreen || is_menu) {
|
| return DesktopNativeWidgetTopLevelHandler::CreateParentWindow(
|
| window, bounds, is_fullscreen);
|
|
|