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

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

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
Index: third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.h b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.h
index 3ecb940f3abd53a0074e22bb197e3d34f9971116..69eab2237bca6835c0907da8f6849e05f698a8df 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.h
@@ -53,6 +53,7 @@ protected:
Member<WebGLCompressedTextureETC1> m_webglCompressedTextureETC1;
Member<WebGLCompressedTexturePVRTC> m_webglCompressedTexturePVRTC;
Member<WebGLCompressedTextureS3TC> m_webglCompressedTextureS3TC;
+ Member<WebGLCompressedTextureS3TCsRGB> m_webglCompressedTextureS3TCsRGB;
Member<WebGLDebugRendererInfo> m_webglDebugRendererInfo;
Member<WebGLDebugShaders> m_webglDebugShaders;
Member<WebGLLoseContext> m_webglLoseContext;
« no previous file with comments | « third_party/WebKit/Source/modules/webgl/BUILD.gn ('k') | third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698