Index: content/renderer/gpu/compositor_output_surface.h |
diff --git a/content/renderer/gpu/compositor_output_surface.h b/content/renderer/gpu/compositor_output_surface.h |
index e62990cacebe951d4e4f5dc8cedf0ce6437c312c..7d3207a1f4fd57a808d11cac3e4b115a09d15f41 100644 |
--- a/content/renderer/gpu/compositor_output_surface.h |
+++ b/content/renderer/gpu/compositor_output_surface.h |
@@ -50,8 +50,8 @@ class CompositorOutputSurface |
// cc::OutputSurface implementation. |
virtual bool BindToClient(cc::OutputSurfaceClient* client) OVERRIDE; |
virtual void SendFrameToParentCompositor(cc::CompositorFrame*) OVERRIDE; |
- virtual void PostSubBuffer(gfx::Rect rect, const cc::LatencyInfo&) OVERRIDE; |
- virtual void SwapBuffers(const cc::LatencyInfo&) OVERRIDE; |
+ virtual void PostSubBuffer(gfx::Rect rect, const ui::LatencyInfo&) OVERRIDE; |
+ virtual void SwapBuffers(const ui::LatencyInfo&) OVERRIDE; |
#if defined(OS_ANDROID) |
virtual void EnableVSyncNotification(bool enable) OVERRIDE; |
#endif |