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

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

Issue 2814853002: Blink Rename follow-up: S3TCsRGB should become _s3tc_srgb (not _s3t_cs_rgb). (Closed)
Patch Set: Changed the spelling to ...s3tc_srgb_... Created 3 years, 8 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 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_;
};

Powered by Google App Engine
This is Rietveld 408576698