| Index: cc/quads/draw_quad.h
|
| diff --git a/cc/quads/draw_quad.h b/cc/quads/draw_quad.h
|
| index 2de24974a5adb781b898375e8c3281725caf4550..07193cd067d4bb41b6cb39be2ce968ecd5a1f323 100644
|
| --- a/cc/quads/draw_quad.h
|
| +++ b/cc/quads/draw_quad.h
|
| @@ -48,11 +48,6 @@ class CC_EXPORT DrawQuad {
|
|
|
| virtual ~DrawQuad();
|
|
|
| - // TODO(weiliangc): DrawQuad need to be allocated on RenderPass. This function
|
| - // need to be moved to RenderPass.
|
| - scoped_ptr<DrawQuad> Copy(
|
| - const SharedQuadState* copied_shared_quad_state) const;
|
| -
|
| // TODO(danakj): Chromify or remove these SharedQuadState helpers.
|
| const gfx::Transform& quadTransform() const {
|
| return shared_quad_state->content_to_target_transform;
|
|
|