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

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

Issue 1071273002: NotForReview: Implement zero/one-copy texture for ozone freon using Intel DRM Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: depends on https://codereview.chromium.org/1134993003/ Created 5 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
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..10e7235469e444c7f716ae870272878b914f41ad 100644
--- a/ui/ozone/public/ozone_switches.h
+++ b/ui/ozone/public/ozone_switches.h
@@ -16,6 +16,8 @@ OZONE_EXPORT extern const char kOzoneDumpFile[];
OZONE_EXPORT extern const char kOzoneUseSurfaceless[];
+OZONE_EXPORT extern const char kOzoneUseIntelDrm[];
+
OZONE_EXPORT extern const char kOzoneTestSingleOverlaySupport[];
OZONE_EXPORT extern const char kOzoneInitialDisplayBounds[];

Powered by Google App Engine
This is Rietveld 408576698