| Index: cc/test/layer_tree_test.h
|
| diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
|
| index ba33b6e886b5cc3f40e8d114ef9ae9a5a0381546..8cfdb19de9b9456b9660a663c43ed2a3eb2c47b6 100644
|
| --- a/cc/test/layer_tree_test.h
|
| +++ b/cc/test/layer_tree_test.h
|
| @@ -64,6 +64,7 @@ class TestHooks : public WebKit::WebAnimationDelegate {
|
| virtual void ScheduleComposite() {}
|
| virtual void DidDeferCommit() {}
|
| virtual bool CanActivatePendingTree(LayerTreeHostImpl* host_impl);
|
| + virtual bool CanActivatePendingTreeIfNeeded(LayerTreeHostImpl* host_impl);
|
| virtual void DidSetVisibleOnImplTree(LayerTreeHostImpl* host_impl,
|
| bool visible) {}
|
|
|
|
|