| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index 94fcee5b7c4e7655f3d2a55747886edacfc91da7..3bf1a25fb2387e92faddd9e3ab13c08ef0abd1dd 100644
|
| --- a/cc/trees/thread_proxy.h
|
| +++ b/cc/trees/thread_proxy.h
|
| @@ -105,6 +105,8 @@ class ThreadProxy : public Proxy,
|
| virtual void ScheduledActionAcquireLayerTexturesForMainThread() OVERRIDE;
|
| virtual void DidAnticipatedDrawTimeChange(base::TimeTicks time) OVERRIDE;
|
| virtual base::TimeDelta DrawDurationEstimate() OVERRIDE;
|
| + virtual void PostBeginFrameDeadline(const base::Closure& closure,
|
| + base::TimeTicks deadline) OVERRIDE;
|
|
|
| // ResourceUpdateControllerClient implementation
|
| virtual void ReadyToFinalizeTextureUpdates() OVERRIDE;
|
|
|