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

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

Issue 489193002: Ozone overlay candidates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | « ui/ozone/public/ozone_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/public/ozone_switches.cc
diff --git a/ui/ozone/public/ozone_switches.cc b/ui/ozone/public/ozone_switches.cc
index 8df6c9d99bcc4e1028e6b4d78045f05a774ce4ed..32d532793bd026ed3337ef26def0c92c3068691b 100644
--- a/ui/ozone/public/ozone_switches.cc
+++ b/ui/ozone/public/ozone_switches.cc
@@ -16,4 +16,8 @@ const char kOzoneDumpFile[] = "ozone-dump-file";
// mode there is no EGL surface.
const char kOzoneUseSurfaceless[] = "ozone-use-surfaceless";
+// Enable support for a single overlay plane.
+const char kOzoneTestSingleOverlaySupport[] =
+ "ozone-test-single-overlay-support";
+
} // namespace switches
« no previous file with comments | « ui/ozone/public/ozone_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698