Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index 1a2a65b4a62396a1788351b5ba1591624aab103f..8504eaddf96bd30569620e72a7af68702bdd4f83 100644 |
--- a/cc/trees/layer_tree_host.h |
+++ b/cc/trees/layer_tree_host.h |
@@ -185,7 +185,7 @@ class CC_EXPORT LayerTreeHost { |
void SetNextCommitForcesRedraw(); |
void SetAnimationEvents(scoped_ptr<AnimationEventsVector> events, |
- base::Time wall_clock_time); |
+ base::TimeTicks clock_time); |
void SetRootLayer(scoped_refptr<Layer> root_layer); |
Layer* root_layer() { return root_layer_.get(); } |