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

Unified Diff: components/mus/common/switches.h

Issue 2097533005: Set Chrome command buffer to be the default GPU command buffer (was mojo command buffer) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added #else Created 4 years, 6 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
« no previous file with comments | « components/mus/common/gpu_service.cc ('k') | components/mus/common/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/common/switches.h
diff --git a/components/mus/common/switches.h b/components/mus/common/switches.h
index d9fe7567ae028ede9d98d01d359a428cd4e26a5e..492aa4c31133c6407194cd98bb7d888cacf05257 100644
--- a/components/mus/common/switches.h
+++ b/components/mus/common/switches.h
@@ -12,7 +12,7 @@ namespace switches {
// All args in alphabetical order. The switches should be documented
// alongside the definition of their values in the .cc file.
-extern const char MUS_COMMON_EXPORT kUseChromeGpuCommandBufferInMus[];
+extern const char MUS_COMMON_EXPORT kUseMojoGpuCommandBufferInMus[];
extern const char MUS_COMMON_EXPORT kUseTestConfig[];
} // namespace switches
« no previous file with comments | « components/mus/common/gpu_service.cc ('k') | components/mus/common/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698