Index: cc/single_thread_proxy.cc |
diff --git a/cc/single_thread_proxy.cc b/cc/single_thread_proxy.cc |
index 91ac9520dd780d09804535fc3962a793fd1a3fce..42a617c7ae2e6d2829050d6ebfc8f08d985fd6b1 100644 |
--- a/cc/single_thread_proxy.cc |
+++ b/cc/single_thread_proxy.cc |
@@ -334,6 +334,11 @@ void SingleThreadProxy::onSwapBuffersCompleteOnImplThread() |
NOTREACHED(); |
} |
+void SingleThreadProxy::onReceivedLatencyInfo(const LatencyInfo& latencyInfo) |
+{ |
+ m_layerTreeHost->onReceivedLatencyInfo(latencyInfo); |
+} |
+ |
bool SingleThreadProxy::commitAndComposite() |
{ |
DCHECK(Proxy::isMainThread()); |