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

Unified Diff: content/public/common/content_switches.h

Issue 1472063007: mustash: enable GPU Compositing in renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address issues. Created 5 years 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: content/public/common/content_switches.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index e3c881a4df50735bd0bc3a51c864a13649c4636c..2cf81461e54efa9cafb95348e4053c9c8de602e5 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -301,6 +301,8 @@ CONTENT_EXPORT extern const char kMemoryPressureThresholdsMb[];
CONTENT_EXPORT extern const char kTraceExportEventsToETW[];
#endif
+CONTENT_EXPORT extern const char kEnableMojoShellConnection[];
jam 2015/12/10 23:24:56 please see the comment 2 lines below, this needs t
Peng 2015/12/11 18:47:51 In origin cl, "#if defined(MOJO_SHELL_CLIENT)" is
+
// DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
// alphabetical order, or in one of the ifdefs (also in order in each section).
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_mus.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698