Index: ui/gfx/image/image_skia_rep.h |
diff --git a/ui/gfx/image/image_skia_rep.h b/ui/gfx/image/image_skia_rep.h |
index a08970b81722564b43de74b92cb114b9b2e66b1a..7b70967d0381eb5e68bfd096c8046402a73a287a 100644 |
--- a/ui/gfx/image/image_skia_rep.h |
+++ b/ui/gfx/image/image_skia_rep.h |
@@ -21,9 +21,9 @@ class GFX_EXPORT ImageSkiaRep { |
~ImageSkiaRep(); |
// Creates a bitmap with kARGB_8888_Config config with given |size| in DIP. |
- // This allocates pixels in the bitmap. Specifying 0 scale means the image |
- // is for unscaled image. (unscaled() returns truen, and scale() returns |
- // 1.0f;) |
+ // This allocates pixels in the bitmap and fill the bitmap with a color. |
+ // Specifying 0 scale means the image is for unscaled image. (unscaled() |
+ // returns truen, and scale() returns 1.0f;) |
ImageSkiaRep(const gfx::Size& size, float scale); |
// Creates a bitmap with given scale. |