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 84904b77967e1bf66d5d299a310da375f001e744..c7a689c24e5910815634c0c7e1a0ed95859142a8 100644 |
--- a/ui/gfx/image/image_skia_rep.h |
+++ b/ui/gfx/image/image_skia_rep.h |
@@ -24,20 +24,10 @@ class UI_EXPORT ImageSkiaRep { |
// This allocates pixels in the bitmap. |
ImageSkiaRep(const gfx::Size& size, ui::ScaleFactor scale_factor); |
- // Creates a bitmap with a default scale factor of 1x. |
- // Adds ref to |src|. |
- // TODO(pkotwicz): This is temporary and should be removed ASAP. |
- ImageSkiaRep(const SkBitmap& src); |
- |
// Creates a bitmap with given scale factor. |
// Adds ref to |src|. |
ImageSkiaRep(const SkBitmap& src, ui::ScaleFactor scale_factor); |
- // Converts to and from SkBitmap. |
- // TODO(pkotwicz): This is temporary and should be removed ASAP. |
- ImageSkiaRep& operator=(const SkBitmap& other); |
- operator SkBitmap&() const; |
- |
// Returns true if the backing bitmap is null. |
bool is_null() const { return bitmap_.isNull(); } |