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

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: Comments and merge 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
« no previous file with comments | « content/browser/web_contents/web_drag_source_mac.mm ('k') | 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 05a50a47abf68b0c84706c78088ec3cdc3e948c7..279a1e0ceb625d34fbe83998afdc608969294cab 100644
--- a/ui/gfx/image/image.h
+++ b/ui/gfx/image/image.h
@@ -145,13 +145,6 @@ class UI_EXPORT Image {
NSImage* CopyNSImage() const;
#endif
- // DEPRECATED ----------------------------------------------------------------
- // Conversion handlers. These wrap the ToType() variants.
-#if defined(OS_MACOSX) && !defined(OS_IOS)
- operator NSImage*() const;
-#endif
- // ---------------------------------------------------------------------------
-
// Inspects the representations map to see if the given type exists.
bool HasRepresentation(RepresentationType type) const;
« no previous file with comments | « content/browser/web_contents/web_drag_source_mac.mm ('k') | ui/gfx/image/image.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698