| Index: cc/trees/draw_property_utils.cc
|
| diff --git a/cc/trees/draw_property_utils.cc b/cc/trees/draw_property_utils.cc
|
| index 124cf0fd73825db5776be757e140eaea7401f526..26453a3124ab1802ff7bbefffdb1199486f4af49 100644
|
| --- a/cc/trees/draw_property_utils.cc
|
| +++ b/cc/trees/draw_property_utils.cc
|
| @@ -77,7 +77,7 @@ void CalculateVisibleRects(
|
| MathUtil::MapEnclosingClippedRect(content_to_target,
|
| layer_content_rect);
|
| gfx::Rect clip_rect_in_target_space;
|
| - if (target_node->id > clip_node->id) {
|
| + if (target_node->id > clip_node->data.transform_id) {
|
| clip_rect_in_target_space =
|
| gfx::ToEnclosingRect(MathUtil::ProjectClippedRect(
|
| clip_to_target, clip_node->data.combined_clip));
|
|
|