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

Unified Diff: cc/draw_quad.h

Issue 12157002: Adding YUVA support for enabling Alpha Playback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moving VP8 Alpha Playback behind its own flag Created 7 years, 10 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
« no previous file with comments | « cc/cc.gyp ('k') | cc/draw_quad.cc » ('j') | cc/gl_renderer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/draw_quad.h
diff --git a/cc/draw_quad.h b/cc/draw_quad.h
index dc87a5d96a0d2ffe4a55b3819ca5f4db5733d058..f531aa8f2d56a14569f3cf7c999a3155fe765a2d 100644
--- a/cc/draw_quad.h
+++ b/cc/draw_quad.h
@@ -27,6 +27,7 @@ class CC_EXPORT DrawQuad {
SOLID_COLOR,
TILED_CONTENT,
YUV_VIDEO_CONTENT,
+ YUVA_VIDEO_CONTENT,
STREAM_VIDEO_CONTENT,
};
« no previous file with comments | « cc/cc.gyp ('k') | cc/draw_quad.cc » ('j') | cc/gl_renderer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698