Index: cc/single_thread_proxy.h |
diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h |
index 6be5e97a5285b9fae77e42fb1031a255009e8843..eaff3c27730a16cd3ed41d0c43f65da35df4beeb 100644 |
--- a/cc/single_thread_proxy.h |
+++ b/cc/single_thread_proxy.h |
@@ -59,6 +59,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 LatencyInfo& latencyInfo) OVERRIDE; |
// Called by the legacy path where RenderWidget does the scheduling. |
void compositeImmediately(); |