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 a24311579883921c346d00636200a4f96b903202..f54c0b054aec6e6f7025d5b2f3344a65ea81e0b2 100644 |
--- a/content/browser/gpu/gpu_process_host_ui_shim.cc |
+++ b/content/browser/gpu/gpu_process_host_ui_shim.cc |
@@ -342,7 +342,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( |