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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.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/WebGL2RenderingContext.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.h b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.h
index 69eab2237bca6835c0907da8f6849e05f698a8df..0c63b1e9df47ef06f10bca85858ac068a940ce2e 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.h
@@ -50,6 +50,7 @@ protected:
Member<OESTextureFloatLinear> m_oesTextureFloatLinear;
Member<WebGLCompressedTextureASTC> m_webglCompressedTextureASTC;
Member<WebGLCompressedTextureATC> m_webglCompressedTextureATC;
+ Member<WebGLCompressedTextureES30> m_webglCompressedTextureES30;
Member<WebGLCompressedTextureETC1> m_webglCompressedTextureETC1;
Member<WebGLCompressedTexturePVRTC> m_webglCompressedTexturePVRTC;
Member<WebGLCompressedTextureS3TC> m_webglCompressedTextureS3TC;
« 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