| Index: gpu/ipc/common/gpu_memory_buffer_support.cc
|
| diff --git a/gpu/ipc/common/gpu_memory_buffer_support.cc b/gpu/ipc/common/gpu_memory_buffer_support.cc
|
| index fd1c6871394136f848f6bac5a59375575ca7ac1a..31da7c2240f758a55e0118bf33deeb7fb07ff249 100644
|
| --- a/gpu/ipc/common/gpu_memory_buffer_support.cc
|
| +++ b/gpu/ipc/common/gpu_memory_buffer_support.cc
|
| @@ -18,7 +18,7 @@
|
| namespace gpu {
|
|
|
| bool AreNativeGpuMemoryBuffersEnabled() {
|
| - // Disable native buffers when using Mesa.
|
| + // Disable native buffers when using OSMesa.
|
| if (base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
|
| switches::kUseGL) == gl::kGLImplementationOSMesaName) {
|
| return false;
|
| @@ -106,7 +106,7 @@ GpuMemoryBufferConfigurationSet GetNativeGpuMemoryBufferConfigurations() {
|
| }
|
| }
|
|
|
| - // Disable native buffers only when using Mesa.
|
| + // Disable native buffers only when using OSMesa.
|
| bool force_native_gpu_read_write_formats =
|
| base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
|
| switches::kUseGL) != gl::kGLImplementationOSMesaName;
|
|
|