Index: content/common/gpu/client/gpu_memory_buffer_impl_mac.cc |
diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_mac.cc b/content/common/gpu/client/gpu_memory_buffer_impl_mac.cc |
index a6a4abc46f722eeb96846e402a4e770e7a52813a..24e39a6ce761cfa1cb736228f9e468da6af6ec17 100644 |
--- a/content/common/gpu/client/gpu_memory_buffer_impl_mac.cc |
+++ b/content/common/gpu/client/gpu_memory_buffer_impl_mac.cc |
@@ -45,8 +45,15 @@ void GpuMemoryBufferImpl::AllocateForChildProcess( |
} |
// static |
+void GpuMemoryBufferImpl::DeletedByChildProcess( |
+ gfx::GpuMemoryBufferType type, |
+ const gfx::GpuMemoryBufferId& id, |
+ base::ProcessHandle child_process) { |
+} |
+ |
+// static |
scoped_ptr<GpuMemoryBufferImpl> GpuMemoryBufferImpl::CreateFromHandle( |
- gfx::GpuMemoryBufferHandle handle, |
+ const gfx::GpuMemoryBufferHandle& handle, |
const gfx::Size& size, |
unsigned internalformat) { |
switch (handle.type) { |