Index: cc/resources/picture_layer_tiling.cc |
diff --git a/cc/resources/picture_layer_tiling.cc b/cc/resources/picture_layer_tiling.cc |
index fb68cbb2fa43fcf1933dfafd8a21f4220781946a..baddcf13cee9627225c7ae47853729930f080b8e 100644 |
--- a/cc/resources/picture_layer_tiling.cc |
+++ b/cc/resources/picture_layer_tiling.cc |
@@ -495,7 +495,7 @@ void PictureLayerTiling::UpdateTilePriorities( |
is_occluded = occlusion_tracker->Occluded( |
render_target, tile_query_rect, draw_transform); |
} |
- tile->set_is_occluded(is_occluded); |
+ tile->set_is_occluded(tree, is_occluded); |
} |
// Assign soon priority to skewport tiles. |