Index: ui/gfx/gpu_memory_buffer.h |
diff --git a/ui/gfx/gpu_memory_buffer.h b/ui/gfx/gpu_memory_buffer.h |
index 121bd0290f1bdd53c1c499f4cc1982cd769fbd6d..c57d895d053c32ba06b7f37b5944b0e957a18709 100644 |
--- a/ui/gfx/gpu_memory_buffer.h |
+++ b/ui/gfx/gpu_memory_buffer.h |
@@ -30,9 +30,6 @@ struct GFX_EXPORT GpuMemoryBufferHandle { |
GpuMemoryBufferType type; |
GpuMemoryBufferId id; |
base::SharedMemoryHandle handle; |
-#if defined(OS_MACOSX) |
- uint32 io_surface_id; |
-#endif |
}; |
// This interface typically correspond to a type of shared memory that is also |