| 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 351ec356968a1cee57baaded51a05c00cc2cc9de..1e170a83728ed15b87c717e93f4ed2a495485200 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -110,7 +110,7 @@ class LayerTreeHostImplTest : public testing::Test,
|
| virtual void DidLoseOutputSurfaceOnImplThread() OVERRIDE {}
|
| virtual void DidSwapBuffersOnImplThread() OVERRIDE {}
|
| virtual void OnSwapBuffersCompleteOnImplThread() OVERRIDE {}
|
| - virtual void BeginImplFrame(const BeginFrameArgs& args) OVERRIDE {}
|
| + virtual void BeginFrame(const BeginFrameArgs& args) OVERRIDE {}
|
| virtual void OnCanDrawStateChanged(bool can_draw) OVERRIDE {
|
| on_can_draw_state_changed_called_ = true;
|
| }
|
|
|