diff options
Diffstat (limited to 'cc/yuv_video_draw_quad.h')
-rw-r--r-- | cc/yuv_video_draw_quad.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cc/yuv_video_draw_quad.h b/cc/yuv_video_draw_quad.h index 9f03d99..13c24cf 100644 --- a/cc/yuv_video_draw_quad.h +++ b/cc/yuv_video_draw_quad.h @@ -42,6 +42,9 @@ class CC_EXPORT YUVVideoDrawQuad : public DrawQuad { VideoLayerImpl::FramePlane u_plane; VideoLayerImpl::FramePlane v_plane; + virtual void AppendResources(ResourceProvider::ResourceIdArray* resources) + OVERRIDE; + static const YUVVideoDrawQuad* MaterialCast(const DrawQuad*); private: YUVVideoDrawQuad(); |