| Index: cc/thread_proxy.h
|
| diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h
|
| index 3b2af67921f50fcddcaad5f8f15af4b8061278b5..d4fdf931732eb110da1f34d6967b6150950ca1a3 100644
|
| --- a/cc/thread_proxy.h
|
| +++ b/cc/thread_proxy.h
|
| @@ -68,6 +68,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;
|
|
|
| // SchedulerClient implementation
|
| virtual void scheduledActionBeginFrame() OVERRIDE;
|
| @@ -101,6 +102,7 @@ private:
|
| void setAnimationEvents(scoped_ptr<AnimationEventsVector>, base::Time wallClockTime);
|
| void beginContextRecreation();
|
| void tryToRecreateOutputSurface();
|
| + void receivedLatencyInfo(const LatencyInfo& latencyInfo);
|
|
|
| // Called on impl thread
|
| struct ReadbackRequest {
|
|
|