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

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: WebGL video to texture support and readPixels from R16UI for CPU access Created 4 years, 4 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.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);

Powered by Google App Engine
This is Rietveld 408576698