| 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
|
|
|