Chromium Code Reviews| Index: cc/draw_quad.h |
| diff --git a/cc/draw_quad.h b/cc/draw_quad.h |
| index d42e32c3ccafed31b11495d8ff15f0ccfb801171..c9801bc01fc7ef0fcb926e0c42f6f628ebc0ff7d 100644 |
| --- a/cc/draw_quad.h |
| +++ b/cc/draw_quad.h |
| @@ -36,6 +36,7 @@ public: |
| TiledContent, |
| YUVVideoContent, |
| StreamVideoContent, |
| + VideoFrameContent, |
| }; |
| gfx::Rect quadRect() const { return m_quadRect; } |