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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.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/WebGLRenderingContext.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h
index e292a544478538dc082369f04d8bf440c36e2b6b..3470f72a0d82d120d8e7f583fe764c9452362dd4 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h
@@ -88,6 +88,7 @@ private:
Member<WebGLDrawBuffers> m_webglDrawBuffers;
Member<WebGLCompressedTextureASTC> m_webglCompressedTextureASTC;
Member<WebGLCompressedTextureATC> m_webglCompressedTextureATC;
+ Member<WebGLCompressedTextureES30> m_webglCompressedTextureES30;
Member<WebGLCompressedTextureETC1> m_webglCompressedTextureETC1;
Member<WebGLCompressedTexturePVRTC> m_webglCompressedTexturePVRTC;
Member<WebGLCompressedTextureS3TC> m_webglCompressedTextureS3TC;

Powered by Google App Engine
This is Rietveld 408576698