Index: cc/test/fake_layer_tree_host_impl_client.h |
diff --git a/cc/test/fake_layer_tree_host_impl_client.h b/cc/test/fake_layer_tree_host_impl_client.h |
index abcebf1f2f22ebd24e4f5db5c9d9bb969a2f7599..7a16830082d0d79b86b3eebce8366d9b05748a0a 100644 |
--- a/cc/test/fake_layer_tree_host_impl_client.h |
+++ b/cc/test/fake_layer_tree_host_impl_client.h |
@@ -17,7 +17,8 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient { |
virtual void OnVSyncParametersChanged( |
base::TimeTicks, |
base::TimeDelta) OVERRIDE {} |
- virtual void DidVSync(base::TimeTicks frame_time) OVERRIDE {} |
+ virtual void BeginFrameOnImplThread(base::TimeTicks frame_time) |
+ OVERRIDE {} |
virtual void OnCanDrawStateChanged(bool can_draw) OVERRIDE {} |
virtual void OnHasPendingTreeStateChanged(bool has_pending_tree) OVERRIDE {} |
virtual void SetNeedsRedrawOnImplThread() OVERRIDE {} |
@@ -37,8 +38,8 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient { |
virtual void RenewTreePriority() OVERRIDE {} |
virtual void RequestScrollbarAnimationOnImplThread(base::TimeDelta) |
OVERRIDE {} |
- virtual void DidReceiveLastInputEventForVSync(base::TimeTicks frame_time) |
- OVERRIDE {} |
+ virtual void DidReceiveLastInputEventForBeginFrameOnImplThread( |
+ base::TimeTicks frame_time) OVERRIDE {} |
virtual void DidActivatePendingTree() OVERRIDE {} |
}; |