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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureASTC.cpp

Issue 2389203002: reflow comments in modules/webgl (Closed)
Patch Set: Created 4 years, 2 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/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";
}

Powered by Google App Engine
This is Rietveld 408576698