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 c20d08f3bd762447a57b10748a1ebbdd138e49be..2aae422876eee48374516d5c67022ffc424db494 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; |
} |