Index: ui/gfx/image/image_skia.h |
diff --git a/ui/gfx/image/image_skia.h b/ui/gfx/image/image_skia.h |
index 7c74a9d85c3b4ec20d748d1a5a11e35d96f405b2..6290681e1db64a342b3c12323c70a8d3f99f8bcd 100644 |
--- a/ui/gfx/image/image_skia.h |
+++ b/ui/gfx/image/image_skia.h |
@@ -101,9 +101,7 @@ class UI_EXPORT ImageSkia { |
int height() const; |
// Wrapper function for SkBitmap::extractBitmap. |
- // Operates on bitmap at index 0 if available. |
- // TODO(pkotwicz): This is temporary till conversion to gfx::ImageSkia is |
- // done. |
+ // Operates on each stored bitmap. |
bool extractSubset(ImageSkia* dst, const SkIRect& subset) const; |
// Returns pointer to an SkBitmap contained by this object. |