Chromium Code Reviews| Index: cc/draw_quad.h |
| diff --git a/cc/draw_quad.h b/cc/draw_quad.h |
| index d42e32c3ccafed31b11495d8ff15f0ccfb801171..505c01949f55145411531ed986ac77c789b80a3f 100644 |
| --- a/cc/draw_quad.h |
| +++ b/cc/draw_quad.h |
| @@ -55,10 +55,6 @@ public: |
| Material material() const { return m_material; } |
| - // Returns transfer size of this object based on the derived class (by |
| - // looking at the material type). |
| - unsigned size() const; |
|
aelias_OOO_until_Jul13
2012/10/31 02:50:02
I don't think we want to delete this. The InputEv
|
| - |
| scoped_ptr<DrawQuad> copy(const SharedQuadState* copiedSharedQuadState) const; |
| const SharedQuadState* sharedQuadState() const { return m_sharedQuadState; } |