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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLExtensionName.h

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/webgl/WebGLExtensionName.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLExtensionName.h b/third_party/WebKit/Source/modules/webgl/WebGLExtensionName.h
index cfd4715d5e30043e1be66c31db780c83300ef2ce..4f8c23d0900b0925a799d251829158aa01cf8c78 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLExtensionName.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLExtensionName.h
@@ -29,6 +29,7 @@ enum WebGLExtensionName {
WebGLCompressedTextureETC1Name,
WebGLCompressedTexturePVRTCName,
WebGLCompressedTextureS3TCName,
+ WebGLCompressedTextureS3TCsRGBName,
WebGLDebugRendererInfoName,
WebGLDebugShadersName,
WebGLDepthTextureName,

Powered by Google App Engine
This is Rietveld 408576698