Index: content/common/gpu/client/gpu_memory_buffer_impl_android.cc |
diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_android.cc b/content/common/gpu/client/gpu_memory_buffer_impl_android.cc |
index ac2a30bbe13bbcbc8284e7f13ee26b3940e9d070..44efda0861cf4db07b3344b2f332aad524b9a15a 100644 |
--- a/content/common/gpu/client/gpu_memory_buffer_impl_android.cc |
+++ b/content/common/gpu/client/gpu_memory_buffer_impl_android.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) { |