Index: ui/gfx/image/image_skia.h |
diff --git a/ui/gfx/image/image_skia.h b/ui/gfx/image/image_skia.h |
index 375b1feedbead6b9785b166d7e94062db353d56d..7d23d2fcfb3863601b3b480c2ecefbf127701b7f 100644 |
--- a/ui/gfx/image/image_skia.h |
+++ b/ui/gfx/image/image_skia.h |
@@ -100,10 +100,9 @@ class UI_EXPORT ImageSkia { |
int height() const; |
gfx::Size size() const; |
- // Operates on each stored image rep. Note that it may not have |
- // all image reps for supported scale factors. |
- // TODO(oshima|pkotwicz): Investigate if this can be eliminated |
- // after ImageSkiaSource conversion. |
+ // Wrapper function for SkBitmap::extractBitmap. |
+ // Deprecated, use ImageSkiaOperations::ExtractSubset instead. |
+ // TODO(pkotwicz): Remove this function. |
bool extractSubset(ImageSkia* dst, const SkIRect& subset) const; |
// Returns pointer to 1x bitmap contained by this object. If there is no 1x |