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