Chromium Code Reviews| Index: ui/gfx/gpu_memory_buffer.cc |
| diff --git a/ui/gfx/gpu_memory_buffer.cc b/ui/gfx/gpu_memory_buffer.cc |
| index be23d51bdf5273000f428c7603ba15369164e7a0..da80107bda452458eecc01419db935a595ae0d4a 100644 |
| --- a/ui/gfx/gpu_memory_buffer.cc |
| +++ b/ui/gfx/gpu_memory_buffer.cc |
| @@ -8,10 +8,11 @@ namespace gfx { |
| GpuMemoryBufferHandle::GpuMemoryBufferHandle() |
| : type(EMPTY_BUFFER), |
| + id(0), |
| handle(base::SharedMemory::NULLHandle()) |
| -#if defined(USE_X11) |
| +#if defined(OS_MACOSX) |
| , |
| - pixmap(0) |
| + io_surface_id(0) |
| #endif |
| { |
| } |