| Index: content/common/child_process_host_impl.cc
|
| diff --git a/content/common/child_process_host_impl.cc b/content/common/child_process_host_impl.cc
|
| index bd420dfaf2cdacb9ee75bbe5285264b4f6ca1bdd..dca34b5c12241f9f61023e605c1988d7ed260e6b 100644
|
| --- a/content/common/child_process_host_impl.cc
|
| +++ b/content/common/child_process_host_impl.cc
|
| @@ -354,8 +354,8 @@ void ChildProcessHostImpl::OnShutdownRequest() {
|
| void ChildProcessHostImpl::OnAllocateGpuMemoryBuffer(
|
| uint32 width,
|
| uint32 height,
|
| - gfx::GpuMemoryBuffer::Format format,
|
| - gfx::GpuMemoryBuffer::Usage usage,
|
| + gfx::BufferFormat format,
|
| + gfx::BufferUsage usage,
|
| gfx::GpuMemoryBufferHandle* handle) {
|
| // TODO(reveman): Add support for other types of GpuMemoryBuffers.
|
|
|
|
|