Index: ui/gfx/image/image.h |
diff --git a/ui/gfx/image/image.h b/ui/gfx/image/image.h |
index ec05b26d8ffd0e7f45bdd2f4d27ca3fc59afa021..38a5ea9ac2502c95a51b8640fc547587d88207d4 100644 |
--- a/ui/gfx/image/image.h |
+++ b/ui/gfx/image/image.h |
@@ -183,7 +183,8 @@ class GFX_EXPORT Image { |
internal::ImageRep* GetRepresentation( |
RepresentationType rep_type, bool must_exist) const; |
- // Stores a representation into the map. |
+ // Stores a representation into the map. A representation of that type must |
+ // not already be in the map. |
void AddRepresentation(scoped_ptr<internal::ImageRep> rep) const; |
// Internal class that holds all the representations. This allows the Image to |