| Index: cc/trees/draw_property_utils.cc
|
| diff --git a/cc/trees/draw_property_utils.cc b/cc/trees/draw_property_utils.cc
|
| index 1e6d2c74ebc7510bee61ed777bf7485700b95b4e..41aa81b3354250877fa3ca7910c722438f5316d1 100644
|
| --- a/cc/trees/draw_property_utils.cc
|
| +++ b/cc/trees/draw_property_utils.cc
|
| @@ -38,7 +38,7 @@ void CalculateVisibleRects(
|
| const TransformNode* clip_transform_node =
|
| transform_tree.Node(clip_node->data.transform_id);
|
| const TransformNode* target_node =
|
| - transform_tree.Node(transform_node->data.target_id);
|
| + transform_tree.Node(transform_node->data.content_target_id);
|
|
|
| gfx::Transform clip_to_target;
|
| gfx::Transform content_to_target;
|
|
|