Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Unified Diff: ui/gfx/image/image_skia.h

Issue 10704199: Implement remaining SkBitmapOperations as ImageSkiaOperations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/status/network_menu_icon.cc ('k') | ui/gfx/image/image_skia.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/image/image_skia.h
diff --git a/ui/gfx/image/image_skia.h b/ui/gfx/image/image_skia.h
index 08725beace85a8971c797f0ff8b581daadef3467..fffae7a54d0ca4c748fca8af5f222c5721cb59aa 100644
--- a/ui/gfx/image/image_skia.h
+++ b/ui/gfx/image/image_skia.h
@@ -104,10 +104,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 1x bitmap contained by this object. If there is no 1x
« no previous file with comments | « chrome/browser/chromeos/status/network_menu_icon.cc ('k') | ui/gfx/image/image_skia.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698