Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Unified Diff: gpu/ipc/service/switches.cc

Issue 2941923002: Enable DirectCompositionOverlays feature by default. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/switches.cc
diff --git a/gpu/ipc/service/switches.cc b/gpu/ipc/service/switches.cc
index 4a312eaec1e580c9f76a4bacfe6b8472c090b48f..1282e02ff4a9c8e64d27c9cb8719d066592d14b8 100644
--- a/gpu/ipc/service/switches.cc
+++ b/gpu/ipc/service/switches.cc
@@ -14,6 +14,6 @@ const char kDisableGpuWatchdog[] = "disable-gpu-watchdog";
const char kGpuSandboxStartEarly[] = "gpu-sandbox-start-early";
const base::Feature kDirectCompositionOverlays{
- "DirectCompositionOverlays", base::FEATURE_DISABLED_BY_DEFAULT};
+ "DirectCompositionOverlays", base::FEATURE_ENABLED_BY_DEFAULT};
} // namespace switches
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698