Index: content/browser/gpu/gpu_process_host_ui_shim.cc |
diff --git a/content/browser/gpu/gpu_process_host_ui_shim.cc b/content/browser/gpu/gpu_process_host_ui_shim.cc |
index 5edb7c1f63a50e2da161666f19d99101cac0cc1d..959831105604792ab5671401bb8faf0f2743fc2c 100644 |
--- a/content/browser/gpu/gpu_process_host_ui_shim.cc |
+++ b/content/browser/gpu/gpu_process_host_ui_shim.cc |
@@ -343,7 +343,7 @@ void GpuProcessHostUIShim::OnAcceleratedSurfaceBuffersSwapped( |
view->AcceleratedSurfaceBuffersSwapped(params, host_id_); |
} |
-void GpuProcessHostUIShim::OnFrameDrawn(const cc::LatencyInfo& latency_info) { |
+void GpuProcessHostUIShim::OnFrameDrawn(const ui::LatencyInfo& latency_info) { |
} |
void GpuProcessHostUIShim::OnAcceleratedSurfacePostSubBuffer( |