Index: cc/single_thread_proxy.h |
diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h |
index 51deb253df2a0bc84720d7ae8e9c9829dae092c2..0ff0437e5166df8ab4d78009d8b6c29540a75174 100644 |
--- a/cc/single_thread_proxy.h |
+++ b/cc/single_thread_proxy.h |
@@ -57,6 +57,7 @@ public: |
virtual void postAnimationEventsToMainThreadOnImplThread(scoped_ptr<AnimationEventsVector>, base::Time wallClockTime) OVERRIDE; |
virtual bool reduceContentsTextureMemoryOnImplThread(size_t limitBytes, int priorityCutoff) OVERRIDE; |
virtual void sendManagedMemoryStats() OVERRIDE; |
+ virtual void onReceivedLatencyInfo(const WebKit::WebLatencyInfoImpl& latencyInfo) OVERRIDE; |
// Called by the legacy path where RenderWidget does the scheduling. |
void compositeImmediately(); |