| Index: cc/test/fake_layer_tree_host_impl_client.h
 | 
| diff --git a/cc/test/fake_layer_tree_host_impl_client.h b/cc/test/fake_layer_tree_host_impl_client.h
 | 
| index 3886a3e9afdb58093c8526cc39a03cfce63d71d9..ec86f7b6f2c06db4b527635c0ac6e43eb23e83bf 100644
 | 
| --- a/cc/test/fake_layer_tree_host_impl_client.h
 | 
| +++ b/cc/test/fake_layer_tree_host_impl_client.h
 | 
| @@ -21,7 +21,6 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
 | 
|    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 {}
 | 
| 
 |