| 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 0df655a57405c3b14f6859202b271fe42882b6c9..1f4717257bb4a44fdc1f6b657645a84847fc2912 100644
|
| --- a/cc/trees/layer_tree_host_common.h
|
| +++ b/cc/trees/layer_tree_host_common.h
|
| @@ -223,7 +223,7 @@
|
| true,
|
| false,
|
| render_surface_layer_list,
|
| - 1) {
|
| + 0) {
|
| DCHECK(root_layer);
|
| DCHECK(render_surface_layer_list);
|
| }
|
| @@ -247,7 +247,7 @@
|
| true,
|
| false,
|
| render_surface_layer_list,
|
| - 1) {
|
| + 0) {
|
| DCHECK(root_layer);
|
| DCHECK(render_surface_layer_list);
|
| }
|
|
|