| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index 5c5f90b6ff75676218f73a406b00c02d081c7c6b..cbf4fd6b10c69dd32b558e98c58fa5c6fb6716e0 100644
|
| --- a/cc/trees/thread_proxy.h
|
| +++ b/cc/trees/thread_proxy.h
|
| @@ -74,10 +74,13 @@ class ThreadProxy : public Proxy,
|
| // LayerTreeHostImplClient implementation
|
| virtual void UpdateRendererCapabilitiesOnImplThread() OVERRIDE;
|
| virtual void DidLoseOutputSurfaceOnImplThread() OVERRIDE;
|
| + virtual void CommitVSyncParameters(base::TimeTicks timebase,
|
| + base::TimeDelta interval) OVERRIDE;
|
| + virtual void SetEstimatedParentDrawTime(base::TimeDelta draw_time) OVERRIDE;
|
| + virtual void BeginFrame(const BeginFrameArgs& args) OVERRIDE;
|
| virtual void SetMaxSwapsPending(int max) OVERRIDE;
|
| virtual void DidSwapBuffersOnImplThread() OVERRIDE;
|
| virtual void OnSwapBuffersCompleteOnImplThread() OVERRIDE;
|
| - virtual void BeginFrame(const BeginFrameArgs& args) OVERRIDE;
|
| virtual void OnCanDrawStateChanged(bool can_draw) OVERRIDE;
|
| virtual void NotifyReadyToActivate() OVERRIDE;
|
| // Please call these 2 functions through
|
|
|