Index: cc/single_thread_proxy.cc |
diff --git a/cc/single_thread_proxy.cc b/cc/single_thread_proxy.cc |
index c307ae61e19a50ef3180dd78565575b9f033928c..0b5895e82e1ae18c73cfa3b183a1e3db75eb8b1e 100644 |
--- a/cc/single_thread_proxy.cc |
+++ b/cc/single_thread_proxy.cc |
@@ -333,6 +333,11 @@ void SingleThreadProxy::onSwapBuffersCompleteOnImplThread() |
NOTREACHED(); |
} |
+void SingleThreadProxy::onReceivedLatencyInfo(const WebKit::WebLatencyInfoImpl& latencyInfo) |
+{ |
+ m_layerTreeHost->onReceivedLatencyInfo(latencyInfo); |
+} |
+ |
bool SingleThreadProxy::commitAndComposite() |
{ |
DCHECK(Proxy::isMainThread()); |