Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / libgtk2ui / native_theme_gtk2.cc
index 194887c..a690ea5 100644 (file)
@@ -438,7 +438,7 @@ GtkStyle* NativeThemeGtk2::GetTooltipStyle() const {
 
 GtkStyle* NativeThemeGtk2::GetMenuStyle() const {
   if (!fake_menu_.get())
-    fake_menu_.Own(gtk_menu_new());
+    fake_menu_.Own(gtk_custom_menu_new());
   return gtk_rc_get_style(fake_menu_.get());
 }