Index: gpu/command_buffer/service/gpu_switches.cc |
diff --git a/gpu/command_buffer/service/gpu_switches.cc b/gpu/command_buffer/service/gpu_switches.cc |
index 2e4e083353e1e652565d1db9139e99a83428ddb7..1b44a42e7f80b365ce7afbce96372d8afb6eb000 100644 |
--- a/gpu/command_buffer/service/gpu_switches.cc |
+++ b/gpu/command_buffer/service/gpu_switches.cc |
@@ -3,7 +3,9 @@ |
// found in the LICENSE file. |
#include "gpu/command_buffer/service/gpu_switches.h" |
-#include "base/basictypes.h" |
+ |
+#include "base/macros.h" |
+#include "gpu/config/gpu_switches.h" |
Zhenyao Mo
2015/04/28 16:41:28
nit: No need because you included it in .h file al
tfarina
2015/04/28 18:07:23
Done.
|
namespace switches { |
@@ -43,9 +45,6 @@ const char kEnforceGLMinimums[] = "enforce-gl-minimums"; |
// Sets the total amount of memory that may be allocated for GPU resources |
const char kForceGpuMemAvailableMb[] = "force-gpu-mem-available-mb"; |
-// Pass a set of GpuDriverBugWorkaroundType ids, seperated by ','. |
-const char kGpuDriverBugWorkarounds[] = "gpu-driver-bug-workarounds"; |
- |
// Sets the maximum size of the in-memory gpu program cache, in kb |
const char kGpuProgramCacheSizeKb[] = "gpu-program-cache-size-kb"; |