| 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 89be84f2f605a9c95177de538d21a3946d345ac7..a86253b559234c51bc9283d102250bf4506ba13a 100644
|
| --- a/cc/trees/layer_tree_host_unittest_animation.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_animation.cc
|
| @@ -708,7 +708,7 @@ class LayerTreeHostAnimationTestCheckerboardDoesntStartAnimations
|
|
|
| virtual bool PrepareToDrawOnThread(LayerTreeHostImpl* host_impl,
|
| LayerTreeHostImpl::FrameData* frame_data,
|
| - bool result) {
|
| + bool result) OVERRIDE {
|
| if (added_animations_ < 2)
|
| return result;
|
| // Act like there is checkerboard when the second animation wants to draw.
|
|
|