summaryrefslogtreecommitdiffstats
path: root/chromium/gpu/command_buffer/service/gpu_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/gpu/command_buffer/service/gpu_switches.cc')
-rw-r--r--chromium/gpu/command_buffer/service/gpu_switches.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/chromium/gpu/command_buffer/service/gpu_switches.cc b/chromium/gpu/command_buffer/service/gpu_switches.cc
index bff23c31391..0491c413e5e 100644
--- a/chromium/gpu/command_buffer/service/gpu_switches.cc
+++ b/chromium/gpu/command_buffer/service/gpu_switches.cc
@@ -40,17 +40,9 @@ const char kDisableGpuProgramCache[] = "disable-gpu-program-cache";
// Enforce GL minimums.
const char kEnforceGLMinimums[] = "enforce-gl-minimums";
-// Force the use of a workaround for graphics hangs seen on certain
-// Mac OS systems. Enabled by default (and can't be disabled) on known
-// affected systems.
-const char kForceGLFinishWorkaround[] = "force-glfinish-workaround";
-
// Sets the total amount of memory that may be allocated for GPU resources
const char kForceGpuMemAvailableMb[] = "force-gpu-mem-available-mb";
-// Force the synchronous copy path in compositing_iosurface_mac.
-const char kForceSynchronousGLReadPixels[] = "force-synchronous-glreadpixels";
-
// Pass a set of GpuDriverBugWorkaroundType ids, seperated by ','.
const char kGpuDriverBugWorkarounds[] = "gpu-driver-bug-workarounds";
@@ -75,9 +67,7 @@ const char* kGpuSwitches[] = {
kEnableGPUServiceLoggingGPU,
kDisableGpuProgramCache,
kEnforceGLMinimums,
- kForceGLFinishWorkaround,
kForceGpuMemAvailableMb,
- kForceSynchronousGLReadPixels,
kGpuDriverBugWorkarounds,
kGpuProgramCacheSizeKb,
kDisableGpuShaderDiskCache,