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

Unified Diff: ui/gl/gl_switches.cc

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/gl/gl_switches.h ('k') | ui/message_center/message_center_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_switches.cc
diff --git a/ui/gl/gl_switches.cc b/ui/gl/gl_switches.cc
index df512fc2c3d6d9f32c98f845104ff22d159356c6..2dddeffccd39f998a8db9cf88cb9839cf9fefe0b 100644
--- a/ui/gl/gl_switches.cc
+++ b/ui/gl/gl_switches.cc
@@ -3,7 +3,8 @@
// found in the LICENSE file.
#include "ui/gl/gl_switches.h"
-#include "base/basictypes.h"
+
+#if !defined(ENABLE_FAST_COMMAND_LINE_SWITCHES)
namespace gfx {
@@ -16,6 +17,8 @@ const char kGLImplementationMockName[] = "mock";
} // namespace gfx
+#endif // !defined(ENABLE_FAST_COMMAND_LINE_SWITCHES)
+
namespace switches {
// Enables use of D3D11 if it would otherwise be disabled by the blacklist.
« no previous file with comments | « ui/gl/gl_switches.h ('k') | ui/message_center/message_center_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698