Index: cc/yuv_video_draw_quad.h |
diff --git a/cc/yuv_video_draw_quad.h b/cc/yuv_video_draw_quad.h |
index 9f03d99483ebc4253a56ccf13c37700130871d28..13c24cf4d1b9466eb8195c3f9fab4099daa6dfb2 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(); |