diff --git a/content/browser/gpu/compositor_util.cc b/content/browser/gpu/compositor_util.cc index c01abc37064361..f2dc9a35c31b00 100644 --- a/content/browser/gpu/compositor_util.cc +++ b/content/browser/gpu/compositor_util.cc @@ -225,7 +225,7 @@ bool IsPersistentGpuMemoryBufferEnabled() { if (IsZeroCopyUploadEnabled()) return false; const auto& command_line = *base::CommandLine::ForCurrentProcess(); - return !command_line.HasSwitch(switches::kDisablePersistentGpuMemoryBuffer); + return command_line.HasSwitch(switches::kEnablePersistentGpuMemoryBuffer); } bool IsGpuRasterizationEnabled() {