| Index: cc/trees/draw_property_utils.cc
|
| diff --git a/cc/trees/draw_property_utils.cc b/cc/trees/draw_property_utils.cc
|
| index 41aa81b3354250877fa3ca7910c722438f5316d1..f38da61a093ddd338b52979c0519a07abffd7597 100644
|
| --- a/cc/trees/draw_property_utils.cc
|
| +++ b/cc/trees/draw_property_utils.cc
|
| @@ -69,7 +69,7 @@ void CalculateVisibleRects(
|
| gfx::RectF layer_content_bounds_in_target_space =
|
| MathUtil::MapClippedRect(content_to_target, layer_content_rect);
|
| gfx::RectF 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 = MathUtil::ProjectClippedRect(
|
| clip_to_target, clip_node->data.combined_clip);
|
| } else {
|
|
|