| Index: cc/layer_tree_host_unittest_animation.cc
|
| diff --git a/cc/layer_tree_host_unittest_animation.cc b/cc/layer_tree_host_unittest_animation.cc
|
| index 173d73edd72403d328fc2724a02e06c302c26331..7639e021c82b4a1fe226a2828ba1998d9da053b5 100644
|
| --- a/cc/layer_tree_host_unittest_animation.cc
|
| +++ b/cc/layer_tree_host_unittest_animation.cc
|
| @@ -180,7 +180,10 @@ class LayerTreeHostAnimationTestCheckerboardDoesNotStarveDraws :
|
| endTest();
|
| }
|
|
|
| - virtual bool prepareToDrawOnThread(LayerTreeHostImpl*) OVERRIDE {
|
| + virtual bool prepareToDrawOnThread(
|
| + LayerTreeHostImpl* host_impl,
|
| + LayerTreeHostImpl::FrameData& frame,
|
| + bool result) OVERRIDE {
|
| return false;
|
| }
|
|
|
|
|