Index: content/common/gpu/client/gpu_channel_host.cc |
diff --git a/content/common/gpu/client/gpu_channel_host.cc b/content/common/gpu/client/gpu_channel_host.cc |
index 237a1d31f10bef6786926618715d536cdcf73b9f..cfcb5eff3c1c4a649fa3b28b6c24497a2c443c6f 100644 |
--- a/content/common/gpu/client/gpu_channel_host.cc |
+++ b/content/common/gpu/client/gpu_channel_host.cc |
@@ -371,7 +371,7 @@ gfx::GpuMemoryBufferHandle GpuChannelHost::ShareGpuMemoryBufferToGpuProcess( |
} |
case gfx::IO_SURFACE_BUFFER: |
case gfx::SURFACE_TEXTURE_BUFFER: |
- case gfx::OZONE_NATIVE_BUFFER: |
+ case gfx::OZONE_NATIVE_PIXMAP: |
*requires_sync_point = true; |
return source_handle; |
default: |