Index: cc/trees/layer_tree_host_unittest_animation.cc |
diff --git a/cc/trees/layer_tree_host_unittest_animation.cc b/cc/trees/layer_tree_host_unittest_animation.cc |
index e9b877d0ba6b154e6c41aaf029d78519d0132b6a..39e04163be0754df61d8d39beac6c7000f60b827 100644 |
--- a/cc/trees/layer_tree_host_unittest_animation.cc |
+++ b/cc/trees/layer_tree_host_unittest_animation.cc |
@@ -168,7 +168,7 @@ class LayerTreeHostAnimationTestCheckerboardDoesNotStarveDraws |
} |
DrawResult PrepareToDrawOnThread(LayerTreeHostImpl* host_impl, |
- LayerTreeHostImpl::FrameData* frame, |
+ FrameData* frame, |
DrawResult draw_result) override { |
return DRAW_ABORTED_CHECKERBOARD_ANIMATIONS; |
} |
@@ -298,7 +298,7 @@ class LayerTreeHostAnimationTestAnimationTickTimeIsMonotonic |
} |
DrawResult PrepareToDrawOnThread(LayerTreeHostImpl* host_impl, |
- LayerTreeHostImpl::FrameData* frame, |
+ FrameData* frame, |
DrawResult draw_result) override { |
if (TestEnded()) |
return draw_result; |
@@ -900,7 +900,7 @@ class LayerTreeHostAnimationTestCheckerboardDoesntStartAnimations |
} |
DrawResult PrepareToDrawOnThread(LayerTreeHostImpl* host_impl, |
- LayerTreeHostImpl::FrameData* frame_data, |
+ FrameData* frame_data, |
DrawResult draw_result) override { |
if (added_animations_ < 2) |
return draw_result; |