| Index: cc/trees/draw_property_utils.h
|
| diff --git a/cc/trees/draw_property_utils.h b/cc/trees/draw_property_utils.h
|
| index b4502227e7bd1e8cc554989c3b2eef5b4f4afa52..bfeb66915570966b273e12919c60ac1ec8bb1a96 100644
|
| --- a/cc/trees/draw_property_utils.h
|
| +++ b/cc/trees/draw_property_utils.h
|
| @@ -25,16 +25,15 @@ class RenderSurfaceImpl;
|
| class EffectTree;
|
| class TransformTree;
|
| class PropertyTrees;
|
| +struct EffectNode;
|
|
|
| namespace draw_property_utils {
|
|
|
| -void CC_EXPORT PostConcatSublayerScale(const int effect_node_id,
|
| - const EffectTree& effect_tree,
|
| - gfx::Transform* transform);
|
| +void CC_EXPORT PostConcatSurfaceContentsScale(const EffectNode* effect_node,
|
| + gfx::Transform* transform);
|
|
|
| -void CC_EXPORT ConcatInverseSublayerScale(const int effect_node_id,
|
| - const EffectTree& effect_tree,
|
| - gfx::Transform* transform);
|
| +void CC_EXPORT ConcatInverseSurfaceContentsScale(const EffectNode* effect_node,
|
| + gfx::Transform* transform);
|
| // Computes combined clips for every node in |clip_tree|. This function requires
|
| // that |transform_tree| has been updated via |ComputeTransforms|.
|
| void CC_EXPORT ComputeClips(ClipTree* clip_tree,
|
|
|