| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| index 82ba30c804f47a2689399431ec8be909a582cc4e..51e0d367854a2f3812443aaa5f5ac3b0e14f09b1 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| @@ -1137,7 +1137,7 @@ void DesktopWindowTreeHostX11::InitX11Window(
|
|
|
| Visual* visual;
|
| int depth;
|
| - ui::ChooseVisualForWindow(&visual, &depth);
|
| + ui::ChooseVisualForWindow(false, &visual, &depth);
|
| if (depth == 32) {
|
| attribute_mask |= CWColormap;
|
| swa.colormap =
|
|
|