| Index: cc/trees/layer_tree_host_impl_unittest.cc | 
| diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc | 
| index 94ecb174c14ba231f2878b3986533fa04bbc50a7..84849c5ad6d065f8ffd5efd2a6548d3957236365 100644 | 
| --- a/cc/trees/layer_tree_host_impl_unittest.cc | 
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc | 
| @@ -118,7 +118,6 @@ class LayerTreeHostImplTest : public testing::Test, | 
| 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 { | 
| on_can_draw_state_changed_called_ = true; | 
| } | 
|  |