| Index: cc/test/test_layer_tree_host_base.h
|
| diff --git a/cc/test/test_layer_tree_host_base.h b/cc/test/test_layer_tree_host_base.h
|
| index abce2ed061f35b5c8088a2d93c9ffe2783b768f0..e05cf423fd8aee0d13c07d308228ea7fca53ae00 100644
|
| --- a/cc/test/test_layer_tree_host_base.h
|
| +++ b/cc/test/test_layer_tree_host_base.h
|
| @@ -46,6 +46,7 @@ class TestLayerTreeHostBase : public testing::Test {
|
| const gfx::Size& tile_size,
|
| const Region& invalidation);
|
| void ActivateTree();
|
| + void PerformImplSideInvalidation();
|
| void RebuildPropertyTreesOnPendingTree();
|
|
|
| FakeLayerTreeHostImpl* host_impl() const { return host_impl_.get(); }
|
|
|