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

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

Issue 2354713004: Implement WEBGL_compressed_texture_es3_0 extension for WebGL 1/2 (Closed)
Patch Set: fixup 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 4f8c23d0900b0925a799d251829158aa01cf8c78..fed68267399654a37e36e4dc8ec88d54b86f6489 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLExtensionName.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLExtensionName.h
@@ -26,6 +26,7 @@ enum WebGLExtensionName {
OESVertexArrayObjectName,
WebGLCompressedTextureASTCName,
WebGLCompressedTextureATCName,
+ WebGLCompressedTextureES30Name,
WebGLCompressedTextureETC1Name,
WebGLCompressedTexturePVRTCName,
WebGLCompressedTextureS3TCName,

Powered by Google App Engine
This is Rietveld 408576698