| Index: cc/trees/draw_property_utils.h
|
| diff --git a/cc/trees/draw_property_utils.h b/cc/trees/draw_property_utils.h
|
| index bfeb66915570966b273e12919c60ac1ec8bb1a96..436d0bbade08d73f78bd2900434978272e40ac6d 100644
|
| --- a/cc/trees/draw_property_utils.h
|
| +++ b/cc/trees/draw_property_utils.h
|
| @@ -109,7 +109,8 @@ void CC_EXPORT VerifyTransformTreeCalculations(const LayerImplList& layer_list,
|
| PropertyTrees* property_trees);
|
|
|
| gfx::Transform CC_EXPORT DrawTransform(const LayerImpl* layer,
|
| - const TransformTree& tree);
|
| + const TransformTree& transform_tree,
|
| + const EffectTree& effect_tree);
|
|
|
| gfx::Transform CC_EXPORT ScreenSpaceTransform(const Layer* layer,
|
| const TransformTree& tree);
|
|
|