| Index: cc/quads/debug_border_draw_quad.cc
|
| diff --git a/cc/quads/debug_border_draw_quad.cc b/cc/quads/debug_border_draw_quad.cc
|
| index 9c575aada199e09b928414849ec9f78c7a332a64..4254e02f8488fbc2a194f08fd82a5903931c26ee 100644
|
| --- a/cc/quads/debug_border_draw_quad.cc
|
| +++ b/cc/quads/debug_border_draw_quad.cc
|
| @@ -14,10 +14,6 @@ DebugBorderDrawQuad::DebugBorderDrawQuad()
|
| width(0) {
|
| }
|
|
|
| -scoped_ptr<DebugBorderDrawQuad> DebugBorderDrawQuad::Create() {
|
| - return make_scoped_ptr(new DebugBorderDrawQuad);
|
| -}
|
| -
|
| void DebugBorderDrawQuad::SetNew(const SharedQuadState* shared_quad_state,
|
| const gfx::Rect& rect,
|
| const gfx::Rect& visible_rect,
|
|
|