Chromium Code Reviews| Index: cc/texture_draw_quad.h |
| diff --git a/cc/texture_draw_quad.h b/cc/texture_draw_quad.h |
| index 177febf640243aa01c34e069b368e876dc883783..6ae0e57a89cdae709e0cce78095e6a3043d04571 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 PerformClipping(); |
| private: |
| TextureDrawQuad(); |
| }; |