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

Unified Diff: ui/compositor/compositor_switches.h

Issue 19925003: WIP - command line experiment Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 | « ui/compositor/compositor.cc ('k') | ui/gl/gl_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/compositor_switches.h
diff --git a/ui/compositor/compositor_switches.h b/ui/compositor/compositor_switches.h
index 5b59477a948f3e46fd5a161b87d7a29bccc5059d..9e7ef91d6bb0803194a13cc4bacc4532e26d6cbe 100644
--- a/ui/compositor/compositor_switches.h
+++ b/ui/compositor/compositor_switches.h
@@ -7,6 +7,14 @@
#include "ui/compositor/compositor_export.h"
+#ifdef ENABLE_FAST_COMMAND_LINE_SWITCHES
+
+namespace {
+#include "ui/compositor/compositor_switches.cc"
+}
+
+#else
+
namespace switches {
COMPOSITOR_EXPORT extern const char kDisableTestCompositor[];
@@ -18,4 +26,5 @@ COMPOSITOR_EXPORT extern const char kUIShowPaintRects[];
} // namespace switches
+#endif // ENABLE_FAST_COMMAND_LINE_SWITCHES
#endif // UI_COMPOSITOR_COMPOSITOR_SWITCHES_H_
« no previous file with comments | « ui/compositor/compositor.cc ('k') | ui/gl/gl_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698