| Index: cc/trees/draw_property_utils.h
|
| diff --git a/cc/trees/draw_property_utils.h b/cc/trees/draw_property_utils.h
|
| index 913234a9324c976edd7a94af7c5fea5218d61c34..ddcdac9770d59ca75e8d02d6858aeacf8f72f37e 100644
|
| --- a/cc/trees/draw_property_utils.h
|
| +++ b/cc/trees/draw_property_utils.h
|
| @@ -91,9 +91,6 @@ void CC_EXPORT ComputeLayerDrawProperties(LayerImpl* layer,
|
| void CC_EXPORT ComputeSurfaceDrawProperties(const PropertyTrees* property_trees,
|
| RenderSurfaceImpl* render_surface);
|
|
|
| -gfx::Transform CC_EXPORT DrawTransform(const Layer* layer,
|
| - const TransformTree& tree);
|
| -
|
| gfx::Transform CC_EXPORT DrawTransform(const LayerImpl* layer,
|
| const TransformTree& tree);
|
|
|
|
|