| Index: cc/test/layer_tree_test.h
|
| diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
|
| index 8302874f8062c97b9deb2f663328bc978bd74145..d65be1ba0bd02fe9365f30650cbd7ec24c8cbeef 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) {}
|
|
|