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

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

Issue 10933083: Remove deprecated gfx::Image::operator NSImage*(). (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 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
Index: ui/gfx/image/image.h
diff --git a/ui/gfx/image/image.h b/ui/gfx/image/image.h
index 999e397c6176a863002a30430f80e1c63651e471..42422c6c6e1a5ede1cb17afdd45121056a6d6964 100644
--- a/ui/gfx/image/image.h
+++ b/ui/gfx/image/image.h
@@ -137,13 +137,6 @@ class UI_EXPORT Image {
NSImage* CopyNSImage() const;
#endif
- // DEPRECATED ----------------------------------------------------------------
- // Conversion handlers. These wrap the ToType() variants.
-#if defined(OS_MACOSX)
- operator NSImage*() const;
-#endif
- // ---------------------------------------------------------------------------
-
// Inspects the representations map to see if the given type exists.
bool HasRepresentation(RepresentationType type) const;

Powered by Google App Engine
This is Rietveld 408576698