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

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

Issue 2354713004: Implement WEBGL_compressed_texture_es3_0 extension for WebGL 1/2 (Closed)
Patch Set: additional testing 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 7a249f38372db85c29a378dd18f63bf09c8cb937..f94fc7ce0f7b8eeb1b035b03c5fd9695813b78fe 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -316,6 +316,7 @@ modules_idl_files =
"webgl/WebGLBuffer.idl",
"webgl/WebGLCompressedTextureASTC.idl",
"webgl/WebGLCompressedTextureATC.idl",
+ "webgl/WebGLCompressedTextureES30.idl",
"webgl/WebGLCompressedTextureETC1.idl",
"webgl/WebGLCompressedTexturePVRTC.idl",
"webgl/WebGLCompressedTextureS3TC.idl",

Powered by Google App Engine
This is Rietveld 408576698