| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index a3377d1f91260b6007d8b6b901004462d602b9fb..c95905adf6b8325a080e24be09b023b235393fe9 100644
|
| --- a/cc/trees/thread_proxy.h
|
| +++ b/cc/trees/thread_proxy.h
|
| @@ -101,6 +101,7 @@ class ThreadProxy : public Proxy,
|
| virtual void ScheduledActionBeginOutputSurfaceCreation() OVERRIDE;
|
| virtual void ScheduledActionAcquireLayerTexturesForMainThread() OVERRIDE;
|
| virtual void DidAnticipatedDrawTimeChange(base::TimeTicks time) OVERRIDE;
|
| + virtual void PostBeginFrameDeadlineTask(base::TimeTicks deadline) OVERRIDE;
|
|
|
| // ResourceUpdateControllerClient implementation
|
| virtual void ReadyToFinalizeTextureUpdates() OVERRIDE;
|
| @@ -174,6 +175,7 @@ class ThreadProxy : public Proxy,
|
| void DidSwapUseIncompleteTileOnImplThread();
|
| void StartScrollbarAnimationOnImplThread();
|
| void MainThreadHasStoppedFlingingOnImplThread();
|
| + void OnBeginFrameDeadline();
|
|
|
| // Accessed on main thread only.
|
|
|
|
|