diff options
Diffstat (limited to 'ui/views/controls/menu/menu_host.cc')
-rw-r--r-- | ui/views/controls/menu/menu_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/views/controls/menu/menu_host.cc b/ui/views/controls/menu/menu_host.cc index 5e8593b..e7f6fad 100644 --- a/ui/views/controls/menu/menu_host.cc +++ b/ui/views/controls/menu/menu_host.cc @@ -55,7 +55,7 @@ void MenuHost::InitMenuHost(Widget* parent, Init(params); if (bubble_border) - SetShadowType(GetNativeView(), wm::SHADOW_TYPE_NONE); + SetShadowType(GetNativeView(), views::corewm::SHADOW_TYPE_NONE); SetContentsView(contents_view); if (bubble_border || rounded_border) |