| 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..4b286ba9567f5e6d68ed013fd2add2aae8f51b9a 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| @@ -140,9 +140,8 @@ 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
|
| - // Extensions3D::canUseCopyTextureCHROMIUM().
|
| + // This method have the restriction that it only works with some texture
|
| + // formats 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,
|
|
|