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

Unified Diff: ui/ozone/public/ozone_switches.h

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.h
diff --git a/ui/ozone/public/ozone_switches.h b/ui/ozone/public/ozone_switches.h
index 4cc85a812285fa7e2c67d6dba402abc979ca6a20..ac44420cf7afbff630eda6d14ffd350d37aefa10 100644
--- a/ui/ozone/public/ozone_switches.h
+++ b/ui/ozone/public/ozone_switches.h
@@ -22,6 +22,8 @@ OZONE_EXPORT extern const char kOzoneInitialDisplayBounds[];
OZONE_EXPORT extern const char kOzoneInitialDisplayPhysicalSizeMm[];
+OZONE_EXPORT extern const char kOzoneUseAtomicDrm[];
+
} // namespace switches
#endif // UI_OZONE_PUBLIC_OZONE_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698