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

Unified Diff: cc/test/test_context_provider.cc

Issue 2969223002: [media]: Replace LUMINANCE_F16 by R16 for 9/10-bit h264 videos.
Patch Set: Fix in resource_format_utils Created 3 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
« no previous file with comments | « cc/resources/video_resource_updater_unittest.cc ('k') | cc/test/test_in_process_context_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_context_provider.cc
diff --git a/cc/test/test_context_provider.cc b/cc/test/test_context_provider.cc
index 49444a921aeeeb46859f470ba62d7c9bce38f775..abf0943f3a5e6c026ebc06df65cae2495bbe0123 100644
--- a/cc/test/test_context_provider.cc
+++ b/cc/test/test_context_provider.cc
@@ -28,9 +28,9 @@ namespace {
// Various tests rely on functionality (capabilities) enabled by these extension
// strings.
-const char* const kExtensions[] = {"GL_EXT_stencil_wrap",
- "GL_EXT_texture_format_BGRA8888",
- "GL_OES_rgb8_rgba8"};
+const char* const kExtensions[] = {
+ "GL_EXT_stencil_wrap", "GL_EXT_texture_format_BGRA8888",
+ "GL_OES_rgb8_rgba8", "GL_EXT_texture_norm16"};
class TestGLES2InterfaceForContextProvider : public TestGLES2Interface {
public:
« no previous file with comments | « cc/resources/video_resource_updater_unittest.cc ('k') | cc/test/test_in_process_context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698