| Index: cc/quads/debug_border_draw_quad.h
|
| diff --git a/cc/quads/debug_border_draw_quad.h b/cc/quads/debug_border_draw_quad.h
|
| index 2bfccc4b9bc075db35eb1dc0a18fbf23cb02718f..18dd869f39aa55ae5bbb87cdad85c9d4d5becb42 100644
|
| --- a/cc/quads/debug_border_draw_quad.h
|
| +++ b/cc/quads/debug_border_draw_quad.h
|
| @@ -14,7 +14,7 @@ namespace cc {
|
|
|
| class CC_EXPORT DebugBorderDrawQuad : public DrawQuad {
|
| public:
|
| - static scoped_ptr<DebugBorderDrawQuad> Create();
|
| + DebugBorderDrawQuad();
|
|
|
| void SetNew(const SharedQuadState* shared_quad_state,
|
| const gfx::Rect& rect,
|
| @@ -39,7 +39,6 @@ class CC_EXPORT DebugBorderDrawQuad : public DrawQuad {
|
| static const DebugBorderDrawQuad* MaterialCast(const DrawQuad*);
|
|
|
| private:
|
| - DebugBorderDrawQuad();
|
| virtual void ExtendValue(base::DictionaryValue* value) const OVERRIDE;
|
| };
|
|
|
|
|