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 40c9bddb6d2560ba6e40992dec8c3f4b73dbd421..81f4c5cdd5204df792bff06a9369809e7d78ca63 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; |
} |