Index: cc/surfaces/direct_compositor_frame_sink.cc |
diff --git a/cc/surfaces/direct_compositor_frame_sink.cc b/cc/surfaces/direct_compositor_frame_sink.cc |
index e13dd3b77351b441e96f22465023f89967ed4261..3e2e1f30864c40ca20fd682ac4edabefc547e06b 100644 |
--- a/cc/surfaces/direct_compositor_frame_sink.cc |
+++ b/cc/surfaces/direct_compositor_frame_sink.cc |
@@ -145,7 +145,7 @@ void DirectCompositorFrameSink::DisplayDidDrawAndSwap() { |
} |
void DirectCompositorFrameSink::DidDrawCallback() { |
- CompositorFrameSink::PostSwapBuffersComplete(); |
+ client_->DidSwapBuffersComplete(); |
} |
} // namespace cc |