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

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

Issue 2394883002: Enforce comment formatting in modules/ (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
« no previous file with comments | « third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h b/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h
index ccecbc2ddb119365c5b6aa7ea8cf156471f8083a..2ec0c971a3a94c0b9ace170912cbbe91a08ac44f 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h
@@ -122,7 +122,8 @@ class WebGLFramebuffer final : public WebGLContextObject {
// Check if the framebuffer is currently bound.
bool isBound(GLenum target) const;
- // Check if a new drawBuffers call should be issued. This is called when we add or remove an attachment.
+ // Check if a new drawBuffers call should be issued. This is called when we
+ // add or remove an attachment.
void drawBuffersIfNecessary(bool force);
void setAttachmentInternal(GLenum target,
@@ -134,7 +135,8 @@ class WebGLFramebuffer final : public WebGLContextObject {
void setAttachmentInternal(GLenum target,
GLenum attachment,
WebGLRenderbuffer*);
- // If a given attachment point for the currently bound framebuffer is not null, remove the attached object.
+ // If a given attachment point for the currently bound framebuffer is not
+ // null, remove the attached object.
void removeAttachmentInternal(GLenum target, GLenum attachment);
void commitWebGL1DepthStencilIfConsistent(GLenum target);
« no previous file with comments | « third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698