| Index: third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureASTC.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureASTC.cpp b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureASTC.cpp
|
| index c928f1fbf5e065d1ed3e8af8593b9c434b192e6d..f199a741765a27906ee602cdaaa042f3ca5190d7 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureASTC.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureASTC.cpp
|
| @@ -62,7 +62,8 @@ bool WebGLCompressedTextureASTC::supported(WebGLRenderingContextBase* context) {
|
| }
|
|
|
| const char* WebGLCompressedTextureASTC::extensionName() {
|
| - // TODO(cyzero.kim): implement extension for GL_KHR_texture_compression_astc_hdr.
|
| + // TODO(cyzero.kim): implement extension for
|
| + // GL_KHR_texture_compression_astc_hdr.
|
| return "WEBGL_compressed_texture_astc";
|
| }
|
|
|
|
|