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

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

Issue 2337833002: Implement WEBGL_compressed_texture_s3tc_srgb (Closed)
Patch Set: Implement WEBGL_compressed_texture_s3tc_srgb 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
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 d5bd811c666f2e6cec9cf0d1dbcd2ff359f160b8..b39521d6f3496ae0f4852c18dbf685b2800e8ce4 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -317,6 +317,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",

Powered by Google App Engine
This is Rietveld 408576698