| Index: cc/stream_video_draw_quad.h
|
| diff --git a/cc/stream_video_draw_quad.h b/cc/stream_video_draw_quad.h
|
| index 897f45d06c5014912c3484041d80fa08f416baec..dfcbb3e05647abd7d8dbf8cc19c179f12ffe9d90 100644
|
| --- a/cc/stream_video_draw_quad.h
|
| +++ b/cc/stream_video_draw_quad.h
|
| @@ -33,6 +33,9 @@ class CC_EXPORT StreamVideoDrawQuad : public DrawQuad {
|
| unsigned texture_id;
|
| gfx::Transform matrix;
|
|
|
| + virtual void AppendResources(ResourceProvider::ResourceIdArray* resources)
|
| + OVERRIDE;
|
| +
|
| static const StreamVideoDrawQuad* MaterialCast(const DrawQuad*);
|
| private:
|
| StreamVideoDrawQuad();
|
|
|