| Index: cc/trees/thread_proxy.h
 | 
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
 | 
| index 570d24010fa32a3aba4a99714ec0118abe57a8e0..8b4c3025ae95fb650a001b19f189942a9a1fb8a9 100644
 | 
| --- a/cc/trees/thread_proxy.h
 | 
| +++ b/cc/trees/thread_proxy.h
 | 
| @@ -227,6 +227,7 @@ class CC_EXPORT ThreadProxy : public Proxy,
 | 
|    base::TimeDelta CommitToActivateDurationEstimate() override;
 | 
|    void DidBeginImplFrameDeadline() override;
 | 
|    void SendBeginFramesToChildren(const BeginFrameArgs& args) override;
 | 
| +  void SendBeginMainFrameNotExpectedSoon() override;
 | 
|  
 | 
|    // ResourceUpdateControllerClient implementation
 | 
|    void ReadyToFinalizeTextureUpdates() override;
 | 
| @@ -244,6 +245,7 @@ class CC_EXPORT ThreadProxy : public Proxy,
 | 
|        const RendererCapabilities& capabilities);
 | 
|    void BeginMainFrame(
 | 
|        scoped_ptr<BeginMainFrameAndCommitState> begin_main_frame_state);
 | 
| +  void BeginMainFrameNotExpectedSoon();
 | 
|    void DidCommitAndDrawFrame();
 | 
|    void DidCompleteSwapBuffers();
 | 
|    void SetAnimationEvents(scoped_ptr<AnimationEventsVector> queue);
 | 
| 
 |