| Index: cc/trees/layer_tree_host_common.h
|
| diff --git a/cc/trees/layer_tree_host_common.h b/cc/trees/layer_tree_host_common.h
|
| index d4c09c69790a7bc429894f07c26cf691207080ee..bc30441a7a8af4b273fa2b71b6c51775c32fcb00 100644
|
| --- a/cc/trees/layer_tree_host_common.h
|
| +++ b/cc/trees/layer_tree_host_common.h
|
| @@ -225,7 +225,7 @@ LayerTreeHostCommon::CalcDrawPropsInputsForTesting<LayerType,
|
| true,
|
| false,
|
| render_surface_layer_list,
|
| - 0) {
|
| + 1) {
|
| DCHECK(root_layer);
|
| DCHECK(render_surface_layer_list);
|
| }
|
| @@ -249,7 +249,7 @@ LayerTreeHostCommon::CalcDrawPropsInputsForTesting<LayerType,
|
| true,
|
| false,
|
| render_surface_layer_list,
|
| - 0) {
|
| + 1) {
|
| DCHECK(root_layer);
|
| DCHECK(render_surface_layer_list);
|
| }
|
|
|