Index: content/browser/renderer_host/compositor_impl_android.cc |
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc |
index 41c4acbebeca49721c5b611340595875edba55c4..712527e2f24bf6fa2ec3b1003ede34a8e52d480c 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -117,13 +117,13 @@ class OutputSurfaceWithoutParent : public cc::OutputSurface { |
return command_buffer_proxy; |
} |
- void OnSwapBuffersCompleted( |
- const std::vector<ui::LatencyInfo>& latency_info) { |
+ void OnSwapBuffersCompleted(const std::vector<ui::LatencyInfo>& latency_info, |
+ int result) { |
RenderWidgetHostImpl::CompositorFrameDrawn(latency_info); |
OutputSurface::OnSwapBuffersComplete(); |
} |
- base::CancelableCallback<void(const std::vector<ui::LatencyInfo>&)> |
+ base::CancelableCallback<void(const std::vector<ui::LatencyInfo>&, int)> |
swap_buffers_completion_callback_; |
scoped_refptr<base::MessageLoopProxy> main_thread_; |