Index: mojo/services/public/cpp/native_viewport/lib/args.cc |
diff --git a/mojo/services/public/cpp/native_viewport/lib/args.cc b/mojo/services/public/cpp/native_viewport/lib/args.cc |
index cf0617dff5061dce7643ad0df865c08fa2c27743..7b1cb8982ae77fcc6f71fae5fd2729eaab6e7610 100644 |
--- a/mojo/services/public/cpp/native_viewport/lib/args.cc |
+++ b/mojo/services/public/cpp/native_viewport/lib/args.cc |
@@ -6,6 +6,8 @@ |
namespace mojo { |
+// Instead of using the system GL implementation, use OSMesa. |
+const char kUseOSMesa[] = "--use-osmesa"; |
// Loads an app from the specified directory and launches it. |
// Force gl to be initialized in test mode. |
const char kUseTestConfig[] = "--use-test-config"; |