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

Unified Diff: content/browser/gpu/gpu_process_host.cc

Issue 1147553003: ozone: Add atomic initialization path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
Index: content/browser/gpu/gpu_process_host.cc
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
index 2384a1b2cc24d135c3b99ef1ef0db40824a0a5fc..c9a03e76be4c0954fac51b922ef796b33e12b45e 100644
--- a/content/browser/gpu/gpu_process_host.cc
+++ b/content/browser/gpu/gpu_process_host.cc
@@ -112,6 +112,7 @@ static const char* const kSwitchNames[] = {
#if defined(USE_OZONE)
switches::kOzonePlatform,
switches::kOzoneUseSurfaceless,
+ switches::kOzoneUseAtomicDrm,
#endif
#if defined(USE_X11) && !defined(OS_CHROMEOS)
switches::kX11Display,

Powered by Google App Engine
This is Rietveld 408576698