Index: ui/gfx/image/image_skia.h |
diff --git a/ui/gfx/image/image_skia.h b/ui/gfx/image/image_skia.h |
index e6ab0acdd599ea224d3b9df9c9a5697014b54b27..78720b0157218c35eeff69a0eb5d1c95cc073d96 100644 |
--- a/ui/gfx/image/image_skia.h |
+++ b/ui/gfx/image/image_skia.h |
@@ -96,10 +96,8 @@ class UI_EXPORT ImageSkia { |
gfx::Size size() const; |
// Wrapper function for SkBitmap::extractBitmap. |
- // 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. |
+ // Deprecated, use ImageSkiaOperations::ExtractSubset instead. |
+ // TODO(pkotwicz): Remove this function. |
bool extractSubset(ImageSkia* dst, const SkIRect& subset) const; |
// Returns pointer to an SkBitmap contained by this object. |