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 e409a5dd7c8ccbbf6d46c4e829882a9f4a649673..5814730850feca185584741d7c22ae1c82d17f81 100644 |
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h |
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h |
@@ -119,7 +119,7 @@ class WebGLRenderingContext final : public WebGLRenderingContextBase { |
Member<WebGLCompressedTextureETC1> webgl_compressed_texture_etc1_; |
Member<WebGLCompressedTexturePVRTC> webgl_compressed_texture_pvrtc_; |
Member<WebGLCompressedTextureS3TC> webgl_compressed_texture_s3tc_; |
- Member<WebGLCompressedTextureS3TCsRGB> webgl_compressed_texture_s3t_cs_rgb_; |
+ Member<WebGLCompressedTextureS3TCsRGB> webgl_compressed_texture_s3tc_srgb_; |
Member<WebGLDepthTexture> webgl_depth_texture_; |
}; |