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 344381fa90212a18eeb228d858a1a8c79a230309..7f13852311196dabab290fdad93e4772578a24be 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 SetNeedsBeginFrame(bool enable) OVERRIDE; |
#endif |