summaryrefslogtreecommitdiffstats
path: root/cc/render_pass_draw_quad.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/render_pass_draw_quad.h')
-rw-r--r--cc/render_pass_draw_quad.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cc/render_pass_draw_quad.h b/cc/render_pass_draw_quad.h
index 27187c5..893de4d 100644
--- a/cc/render_pass_draw_quad.h
+++ b/cc/render_pass_draw_quad.h
@@ -65,6 +65,9 @@ class CC_EXPORT RenderPassDrawQuad : public DrawQuad {
// background of the render pass, from behind it.
WebKit::WebFilterOperations background_filters;
+ virtual void AppendResources(ResourceProvider::ResourceIdArray* resources)
+ OVERRIDE;
+
static const RenderPassDrawQuad* MaterialCast(const DrawQuad*);
private: