| Index: cc/test/layer_tree_test_common.h
|
| diff --git a/cc/test/layer_tree_test_common.h b/cc/test/layer_tree_test_common.h
|
| index 3b0cfd6a472a1053ec4382c79cf211791b65fe1f..682edecc69923c2873e5467e3718a376b8f51406 100644
|
| --- a/cc/test/layer_tree_test_common.h
|
| +++ b/cc/test/layer_tree_test_common.h
|
| @@ -24,7 +24,8 @@ class TestHooks : public WebKit::WebAnimationDelegate {
|
| public:
|
| virtual void beginCommitOnThread(LayerTreeHostImpl*) { }
|
| virtual void commitCompleteOnThread(LayerTreeHostImpl*) { }
|
| - virtual bool prepareToDrawOnThread(LayerTreeHostImpl*);
|
| + virtual bool prepareToDrawOnThread(
|
| + LayerTreeHostImpl*, LayerTreeHostImpl::FrameData&, bool result);
|
| virtual void drawLayersOnThread(LayerTreeHostImpl*) { }
|
| virtual void animateLayers(LayerTreeHostImpl*, base::TimeTicks monotonicTime, bool hasUnfinishedAnimation) { }
|
| virtual void willAnimateLayers(LayerTreeHostImpl*, base::TimeTicks monotonicTime) { }
|
|
|