Index: trunk/src/cc/trees/layer_tree_host_unittest_animation.cc |
=================================================================== |
--- trunk/src/cc/trees/layer_tree_host_unittest_animation.cc (revision 206654) |
+++ trunk/src/cc/trees/layer_tree_host_unittest_animation.cc (working copy) |
@@ -193,7 +193,7 @@ |
started_animating_ = true; |
} |
- virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE { |
+ virtual void DrawLayersOnThread(LayerTreeHostImpl* tree_impl) OVERRIDE { |
if (started_animating_) |
EndTest(); |
} |
@@ -205,7 +205,7 @@ |
return false; |
} |
- virtual void AfterTest() OVERRIDE { } |
+ virtual void AfterTest() OVERRIDE {} |
private: |
bool started_animating_; |