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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.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/WebGLRenderingContext.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h
index 49b9e2a5efcd62fcaab1ca684bc6ba4c6e7433f0..e292a544478538dc082369f04d8bf440c36e2b6b 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h
@@ -91,6 +91,7 @@ private:
Member<WebGLCompressedTextureETC1> m_webglCompressedTextureETC1;
Member<WebGLCompressedTexturePVRTC> m_webglCompressedTexturePVRTC;
Member<WebGLCompressedTextureS3TC> m_webglCompressedTextureS3TC;
+ Member<WebGLCompressedTextureS3TCsRGB> m_webglCompressedTextureS3TCsRGB;
Member<WebGLDepthTexture> m_webglDepthTexture;
};

Powered by Google App Engine
This is Rietveld 408576698