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

Unified Diff: cc/quads/draw_quad.cc

Issue 12157002: Adding YUVA support for enabling Alpha Playback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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/quads/draw_quad.cc
diff --git a/cc/quads/draw_quad.cc b/cc/quads/draw_quad.cc
index 6c8d9b6654a18c75b202b1506d8919cf6c72ef3d..5e702ba6de3618a16b264b946b9d02c48cbdb412 100644
--- a/cc/quads/draw_quad.cc
+++ b/cc/quads/draw_quad.cc
@@ -79,6 +79,7 @@ scoped_ptr<DrawQuad> DrawQuad::Copy(
copy_quad.reset(TypedCopy<StreamVideoDrawQuad>(this));
break;
case YUV_VIDEO_CONTENT:
+ case YUVA_VIDEO_CONTENT:
copy_quad.reset(TypedCopy<YUVVideoDrawQuad>(this));
break;
case RENDER_PASS: // RenderPass quads have their own copy() method.

Powered by Google App Engine
This is Rietveld 408576698