| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index fc11a7eaa77b70d7e7edc39be23b175fd3e607ff..17aec8ee45c65dc8f4b707c9d34eaa4843ed5127 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -57,7 +57,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| virtual bool MainFrameWillHappenForTesting() OVERRIDE;
|
|
|
| // SchedulerClient implementation
|
| - virtual void SetNeedsBeginFrame(bool enable) OVERRIDE;
|
| + virtual BeginFrameSource* ExternalBeginFrameSource() OVERRIDE;
|
| virtual void WillBeginImplFrame(const BeginFrameArgs& args) OVERRIDE;
|
| virtual void ScheduledActionSendBeginMainFrame() OVERRIDE;
|
| virtual DrawResult ScheduledActionDrawAndSwapIfPossible() OVERRIDE;
|
| @@ -83,7 +83,6 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| virtual void SetMaxSwapsPendingOnImplThread(int max) OVERRIDE {}
|
| virtual void DidSwapBuffersOnImplThread() OVERRIDE;
|
| virtual void DidSwapBuffersCompleteOnImplThread() OVERRIDE;
|
| - virtual void BeginFrame(const BeginFrameArgs& args) OVERRIDE;
|
| virtual void OnCanDrawStateChanged(bool can_draw) OVERRIDE;
|
| virtual void NotifyReadyToActivate() OVERRIDE;
|
| virtual void SetNeedsRedrawOnImplThread() OVERRIDE;
|
|
|