diff options
Diffstat (limited to 'chrome/gpu/gpu_config.h')
-rw-r--r-- | chrome/gpu/gpu_config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/gpu/gpu_config.h b/chrome/gpu/gpu_config.h index 96a2861..884d2ff 100644 --- a/chrome/gpu/gpu_config.h +++ b/chrome/gpu/gpu_config.h @@ -10,12 +10,4 @@ #include "build/build_config.h" -#if defined(OS_LINUX) && !defined(ARCH_CPU_ARMEL) - -// Only define GLX support for Intel CPUs for now until we can get the -// proper dependencies and build setup for ARM. -#define GPU_USE_GLX - -#endif - #endif // CHROME_GPU_GPU_CONFIG_H_ |