diff --git a/tests/cefclient/browser/root_window.cc b/tests/cefclient/browser/root_window.cc index 5ba9f3976..0ab59edb8 100644 --- a/tests/cefclient/browser/root_window.cc +++ b/tests/cefclient/browser/root_window.cc @@ -10,7 +10,8 @@ namespace client { RootWindowConfig::RootWindowConfig() - : with_controls(true), + : always_on_top(false), + with_controls(true), with_osr(false), with_extension(false), initially_hidden(false),