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

Unified Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2337833002: Implement WEBGL_compressed_texture_s3tc_srgb (Closed)
Patch Set: add test and fix feature detection (enabled on webgl2, android/tegra) Created 4 years, 3 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 | « gpu/command_buffer/service/texture_manager.cc ('k') | third_party/WebKit/Source/modules/webgl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/modules_idl_files.gni
diff --git a/third_party/WebKit/Source/modules/modules_idl_files.gni b/third_party/WebKit/Source/modules/modules_idl_files.gni
index 42243d0637d7e35269c18aef635cd3aced52f274..e5ea1a897d89e06b4513dc395187be74eb1e0d14 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -319,6 +319,7 @@ modules_idl_files =
"webgl/WebGLCompressedTextureETC1.idl",
"webgl/WebGLCompressedTexturePVRTC.idl",
"webgl/WebGLCompressedTextureS3TC.idl",
+ "webgl/WebGLCompressedTextureS3TCsRGB.idl",
"webgl/WebGLContextEvent.idl",
"webgl/WebGLDebugRendererInfo.idl",
"webgl/WebGLDebugShaders.idl",
« no previous file with comments | « gpu/command_buffer/service/texture_manager.cc ('k') | third_party/WebKit/Source/modules/webgl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698