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

Unified Diff: third_party/WebKit/Source/platform/graphics/ImageBuffer.h

Issue 2398453002: Rewrap comments to 80 columns in Source/platform/graphics/. (Closed)
Patch Set: Review feedback 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/platform/graphics/ImageBuffer.h
diff --git a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
index ede978cc305598dd1f3f19672b0c8daede001a39..2ac239a1833e5cf8f02a53e2f2d78d6fd6f4c223 100644
--- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
+++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
@@ -140,10 +140,11 @@ class PLATFORM_EXPORT ImageBuffer {
AffineTransform baseTransform() const { return AffineTransform(); }
WebLayer* platformLayer() const;
- // FIXME: current implementations of this method have the restriction that they only work
- // with textures that are RGB or RGBA format, UNSIGNED_BYTE type and level 0, as specified in
+ // Destroys the TEXTURE_2D binding for the active texture unit of the passed
+ // context.
+ // FIXME: Current implementations of this method only work with textures that
+ // are RGB or RGBA format, UNSIGNED_BYTE type and level 0, as specified in
// Extensions3D::canUseCopyTextureCHROMIUM().
- // Destroys the TEXTURE_2D binding for the active texture unit of the passed context
bool copyToPlatformTexture(gpu::gles2::GLES2Interface*,
GLuint texture,
GLenum internalFormat,
@@ -155,9 +156,9 @@ class PLATFORM_EXPORT ImageBuffer {
bool copyRenderingResultsFromDrawingBuffer(DrawingBuffer*,
SourceDrawingBuffer);
- void flush(FlushReason); // process deferred draw commands immediately
- void flushGpu(
- FlushReason); // Like flush(), but flushes all the way down to the Gpu context if the surface is accelerated
+ void flush(FlushReason); // Process deferred draw commands immediately.
+ void flushGpu(FlushReason); // Like flush(), but flushes all the way down to
+ // the GPU context if the surface is accelerated.
void notifySurfaceInvalid();
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/Image.cpp ('k') | third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698