| Index: cc/test/layer_tree_test.h
|
| diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
|
| index 0c56267cf1f1463dd64ebd20e64799ea849ef59b..6be09b80890478d9fe686565ddc0ba79aa0c6460 100644
|
| --- a/cc/test/layer_tree_test.h
|
| +++ b/cc/test/layer_tree_test.h
|
| @@ -30,6 +30,8 @@ class TestHooks : public WebKit::WebAnimationDelegate {
|
| TestHooks();
|
| virtual ~TestHooks();
|
|
|
| + void ReadSettings(const LayerTreeSettings& settings);
|
| +
|
| virtual void BeginCommitOnThread(LayerTreeHostImpl* host_impl) {}
|
| virtual void CommitCompleteOnThread(LayerTreeHostImpl* host_impl) {}
|
| virtual void TreeActivatedOnThread(LayerTreeHostImpl* host_impl) {}
|
|
|