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

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

Issue 10532009: Make imageSkia:::extractSubset multi-image aware. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix const refs. Created 8 years, 6 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 | « no previous file | 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 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.
« no previous file with comments | « no previous file | ui/gfx/image/image_skia.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698