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

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

Issue 10837297: Remove unused gfx::Image constructor which takes in ImageSkiaRep (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/image/image.h
diff --git a/ui/gfx/image/image.h b/ui/gfx/image/image.h
index 079014803a850d21a83672d73d4ddc300ea79843..999e397c6176a863002a30430f80e1c63651e471 100644
--- a/ui/gfx/image/image.h
+++ b/ui/gfx/image/image.h
@@ -37,7 +37,6 @@ class ImageMacTest;
namespace gfx {
class ImageSkia;
-class ImageSkiaRep;
#if defined(TOOLKIT_GTK)
class CairoCachedSurface;
@@ -73,10 +72,6 @@ class UI_EXPORT Image {
// representation.
explicit Image(const ImageSkia& image);
- // Creates a new image by copying the image rep for use as the default
- // representation.
- explicit Image(const ImageSkiaRep& image_rep);
-
// Creates a new image by copying the bitmap for use as the default
// representation.
// TODO(pkotwicz): Get rid of this constructor.
« no previous file with comments | « no previous file | ui/gfx/image/image.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698