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 01cb870d36f5489c9b102dd2afe9b0d9f0f98b7a..0304b95f62952d5f4f35588cb1b3965e9dd3e748 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; |
} |