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

Unified Diff: cc/resources/platform_color_unittest.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: 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/resources/platform_color_unittest.cc
diff --git a/cc/resources/platform_color_unittest.cc b/cc/resources/platform_color_unittest.cc
index 83f65b6dda65bc1b05f89181f5aa3e5c224641c0..2df107c7ef38ebf3d625f57888ab4d5d42c74ae8 100644
--- a/cc/resources/platform_color_unittest.cc
+++ b/cc/resources/platform_color_unittest.cc
@@ -32,6 +32,7 @@ TEST(PlatformColorTest, SameComponentOrder) {
case ETC1:
case RED_8:
case LUMINANCE_F16:
+ case RG_88:
break;
}
}

Powered by Google App Engine
This is Rietveld 408576698