| Index: mojo/services/public/cpp/native_viewport/args.h
|
| diff --git a/mojo/services/public/cpp/native_viewport/args.h b/mojo/services/public/cpp/native_viewport/args.h
|
| index 623433d989df9cac5873eeabbc1126e5f43f647d..092d1d9e0e5e2abe54dedf5b128bdc3d5cc14959 100644
|
| --- a/mojo/services/public/cpp/native_viewport/args.h
|
| +++ b/mojo/services/public/cpp/native_viewport/args.h
|
| @@ -9,8 +9,9 @@ namespace mojo {
|
|
|
| // All args in alphabetical order. The switches should be documented
|
| // alongside the definition of their values in the .cc file.
|
| -extern const char kUseTestConfig[];
|
| extern const char kUseHeadlessConfig[];
|
| +extern const char kUseOSMesa[];
|
| +extern const char kUseTestConfig[];
|
|
|
| } // namespace mojo
|
|
|
|
|