| 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 4d25558a47ce0a826157688386de18402c2141d2..69c5b2f44a8f567170a4288df8c584b1ddf81b19 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
|
| @@ -379,7 +379,7 @@ void DesktopWindowTreeHostX11::ShowWindowWithState(
|
| Minimize();
|
| break;
|
| case ui::SHOW_STATE_FULLSCREEN:
|
| - SetFullscreen(TRUE);
|
| + SetFullscreen(true);
|
| break;
|
| default:
|
| break;
|
|
|