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

Unified Diff: cc/quads/draw_quad.h

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: rebase Created 4 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
« no previous file with comments | « cc/output/software_renderer.cc ('k') | cc/quads/draw_quad_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/quads/draw_quad.h
diff --git a/cc/quads/draw_quad.h b/cc/quads/draw_quad.h
index 854980d2f0a0a786edbd2b851bd5d27a0b18a108..68c959c3eaa6bf34b472e1f4975a479ab2023523 100644
--- a/cc/quads/draw_quad.h
+++ b/cc/quads/draw_quad.h
@@ -46,7 +46,8 @@ class CC_EXPORT DrawQuad {
TEXTURE_CONTENT,
TILED_CONTENT,
YUV_VIDEO_CONTENT,
- MATERIAL_LAST = YUV_VIDEO_CONTENT
+ Y_VIDEO_CONTENT,
+ MATERIAL_LAST = Y_VIDEO_CONTENT
};
DrawQuad(const DrawQuad& other);
« no previous file with comments | « cc/output/software_renderer.cc ('k') | cc/quads/draw_quad_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698