Browse Source

feat: enable WaylandWindowDecorations by default (#39644)

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Athul Iddya <[email protected]>
Co-authored-by: John Kleinschmidt <[email protected]>
trop[bot] 1 year ago
parent
commit
d51a1e4c23
1 changed files with 2 additions and 2 deletions
  1. 2 2
      shell/browser/native_window_features.cc

+ 2 - 2
shell/browser/native_window_features.cc

@@ -5,6 +5,6 @@
 #include "shell/browser/native_window_features.h"
 
 namespace features {
-const base::Feature kWaylandWindowDecorations{
-    "WaylandWindowDecorations", base::FEATURE_DISABLED_BY_DEFAULT};
+const base::Feature kWaylandWindowDecorations{"WaylandWindowDecorations",
+                                              base::FEATURE_ENABLED_BY_DEFAULT};
 }