| Index: cc/resources/tile.cc
|
| diff --git a/cc/resources/tile.cc b/cc/resources/tile.cc
|
| index 781d00899e13935ee458a7c6cef28c082d17c273..48a10db70ffc205520fc8a26b41060420bab30b8 100644
|
| --- a/cc/resources/tile.cc
|
| +++ b/cc/resources/tile.cc
|
| @@ -30,12 +30,13 @@ Tile::Tile(TileManager* tile_manager,
|
| content_rect_(content_rect),
|
| contents_scale_(contents_scale),
|
| opaque_rect_(opaque_rect),
|
| - is_occluded_(false),
|
| layer_id_(layer_id),
|
| source_frame_number_(source_frame_number),
|
| flags_(flags),
|
| id_(s_next_id_++) {
|
| set_picture_pile(picture_pile);
|
| + for (int i = 0; i < NUM_TREES; i++)
|
| + is_occluded_[i] = false;
|
| }
|
|
|
| Tile::~Tile() {
|
|
|