| 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.
|
|
|