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

Unified Diff: cc/output/software_renderer.cc

Issue 2121043002: 16 bpp video stream capture, render and WebGL usage - Realsense R200 & SR300 support. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bilinear filter for rg88, float and half float added. Created 4 years, 5 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/output/software_renderer.cc
diff --git a/cc/output/software_renderer.cc b/cc/output/software_renderer.cc
index ee169b7d06a6492a4a0decf04660624f3da0ce0a..3173d5054391ef98a09ffde00c008b1ed6b98c69 100644
--- a/cc/output/software_renderer.cc
+++ b/cc/output/software_renderer.cc
@@ -319,6 +319,7 @@ void SoftwareRenderer::DoDrawQuad(DrawingFrame* frame,
case DrawQuad::INVALID:
case DrawQuad::YUV_VIDEO_CONTENT:
case DrawQuad::STREAM_VIDEO_CONTENT:
+ case DrawQuad::Y_VIDEO_CONTENT:
DrawUnsupportedQuad(frame, quad);
NOTREACHED();
break;

Powered by Google App Engine
This is Rietveld 408576698