Chromium Code Reviews| Index: tools/viewer/Viewer.cpp |
| diff --git a/tools/viewer/Viewer.cpp b/tools/viewer/Viewer.cpp |
| index 7015dad458f1ebfcb3e6daa9d36e33e4ccff24e8..85c962cdd4b636100ef73c1cfd23a71653112327 100644 |
| --- a/tools/viewer/Viewer.cpp |
| +++ b/tools/viewer/Viewer.cpp |
| @@ -53,7 +53,7 @@ DEFINE_string2(match, m, nullptr, |
| "If a bench does not match any list entry,\n" |
| "it is skipped unless some list entry starts with ~"); |
| DEFINE_string(skps, "skps", "Directory to read skps from."); |
| -DEFINE_bool(vulkan, true, "Run with Vulkan."); |
| +DEFINE_bool(vulkan, false, "Run with Vulkan."); |
|
djsollen
2016/06/09 18:34:21
was this intended for this CL?
|
| const char *kBackendTypeStrings[sk_app::Window::kBackendTypeCount] = { |
| " [OpenGL]", |