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

Unified Diff: mojo/services/public/cpp/native_viewport/args.h

Issue 695583002: Update mojo sdk to rev e083961bf11fd0c94d40be8853761da529b6d444 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch in https://codereview.chromium.org/692823003 Created 6 years, 2 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: 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

Powered by Google App Engine
This is Rietveld 408576698