Index: cc/texture_draw_quad.h |
diff --git a/cc/texture_draw_quad.h b/cc/texture_draw_quad.h |
index 177febf640243aa01c34e069b368e876dc883783..c0a17b178ecde061f9ca99559bcfab170b101d89 100644 |
--- a/cc/texture_draw_quad.h |
+++ b/cc/texture_draw_quad.h |
@@ -40,6 +40,8 @@ class CC_EXPORT TextureDrawQuad : public DrawQuad { |
bool flipped; |
static const TextureDrawQuad* MaterialCast(const DrawQuad*); |
+ |
+ bool const PerformClipping(); |
jamesr
2012/12/06 00:02:56
actually I missed this first time around - what do
|
private: |
TextureDrawQuad(); |
}; |