| Index: cc/test/layer_tree_host_common_test.h
|
| diff --git a/cc/test/layer_tree_host_common_test.h b/cc/test/layer_tree_host_common_test.h
|
| index 3b114f2680de1d9dfb28d82c30b67331a50a16c0..4a8f8b85f824560b491b47dbbea630e7449e3a8c 100644
|
| --- a/cc/test/layer_tree_host_common_test.h
|
| +++ b/cc/test/layer_tree_host_common_test.h
|
| @@ -110,6 +110,9 @@ class LayerTreeHostCommonTestBase : public LayerTestCommon::LayerImplTest {
|
| void ExecuteCalculateDrawPropertiesWithPropertyTrees(Layer* layer);
|
| void ExecuteCalculateDrawPropertiesWithPropertyTrees(LayerImpl* layer);
|
|
|
| + void ExecuteCalculateDrawPropertiesWithoutSeparateSurfaces(
|
| + LayerImpl* root_layer);
|
| +
|
| LayerImplList* render_surface_layer_list_impl() const {
|
| return render_surface_layer_list_impl_.get();
|
| }
|
|
|