| Index: cc/trees/property_tree.cc
|
| diff --git a/cc/trees/property_tree.cc b/cc/trees/property_tree.cc
|
| index f1dd7cad45cf797129406ddc3732832eb40774de..52133344432669966fdc994e0ebd0793a6a760ae 100644
|
| --- a/cc/trees/property_tree.cc
|
| +++ b/cc/trees/property_tree.cc
|
| @@ -881,7 +881,7 @@ void EffectTree::TakeCopyRequestsAndTransformToSurface(
|
| gfx::Transform transform;
|
| property_trees()->transform_tree.ComputeTransform(source_id, destination_id,
|
| &transform);
|
| - if (destination_id != 0) {
|
| + if (effect_node->id != 1) {
|
| transform.matrix().postScale(effect_node->surface_contents_scale.x(),
|
| effect_node->surface_contents_scale.y(),
|
| 1.f);
|
|
|