Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
index 0c8657414240c78b4277efe3127e54da8c8e67cc..5db407aeaa0a371295e0ec6fc2277c802ec38c97 100644 |
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
@@ -1148,7 +1148,7 @@ void WebGraphicsContext3DCommandBufferImpl::OnSwapBuffersComplete() { |
} |
void WebGraphicsContext3DCommandBufferImpl::OnMemoryAllocationChanged( |
- const GpuMemoryAllocation& allocation) { |
+ const GpuMemoryAllocationForRenderer& allocation) { |
if (memory_allocation_changed_callback_) |
memory_allocation_changed_callback_->onMemoryAllocationChanged( |
allocation.gpu_resource_size_in_bytes); |