Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3074)

Unified Diff: cc/draw_quad.h

Issue 11274017: Added support for YUV videos to the software compositor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More cosmetics. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }
« no previous file with comments | « cc/cc_tests.gyp ('k') | cc/gl_renderer.cc » ('j') | cc/video_frame_draw_quad.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698