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 2ac239a1833e5cf8f02a53e2f2d78d6fd6f4c223..37ba3e22df27b95fb7069db813b12a1c0b7fd17a 100644 |
--- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h |
+++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h |
@@ -140,6 +140,8 @@ class PLATFORM_EXPORT ImageBuffer { |
AffineTransform baseTransform() const { return AffineTransform(); } |
WebLayer* platformLayer() const; |
+ // 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. |
// FIXME: Current implementations of this method only work with textures that |