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

Unified Diff: ui/ozone/public/ozone_switches.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: ui/ozone/public/ozone_switches.cc
diff --git a/ui/ozone/public/ozone_switches.cc b/ui/ozone/public/ozone_switches.cc
index 47b6b57da3ee1d0b94e8a264447ceb70d13baa38..4eaf66aee334efde704ccc4ba9e35ad34939fb27 100644
--- a/ui/ozone/public/ozone_switches.cc
+++ b/ui/ozone/public/ozone_switches.cc
@@ -27,4 +27,7 @@ const char kOzoneInitialDisplayBounds[] = "ozone-initial-display-bounds";
const char kOzoneInitialDisplayPhysicalSizeMm[] =
"ozone-initial-display-physical-size-mm";
+// Enables atomic API support, if supported by the driver.
+const char kOzoneUseAtomicDrm[] = "ozone-use-atomic-drm";
+
} // namespace switches
« chrome/browser/chromeos/login/chrome_restart_request.cc ('K') | « ui/ozone/public/ozone_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698