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

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

Issue 1976703003: Impl mus::mojom::GpuService to enable using Chrome IPC version gpu CmdBuf in mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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_type_converters.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 d8ae304f5361d676e4a0727debb0a6346560aaaf..d9fe7567ae028ede9d98d01d359a428cd4e26a5e 100644
--- a/components/mus/common/switches.h
+++ b/components/mus/common/switches.h
@@ -12,6 +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 kUseTestConfig[];
} // namespace switches
« no previous file with comments | « components/mus/common/gpu_type_converters.cc ('k') | components/mus/common/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698