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 529556d4000fe2f7a77073c5b5f0bac9c3858598..67004c1668475161fe2057b72cbffc5d053c027c 100644 |
--- a/content/common/child_process_host_impl.cc |
+++ b/content/common/child_process_host_impl.cc |
@@ -360,8 +360,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. |