Browse Source

feat: enable WaylandWindowDecorations by default (#39582)

Athul Iddya 1 year ago
parent
commit
33000c4b42
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};
 }