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

Unified Diff: skia/ext/skia_utils_mac.h

Issue 10808084: Fix memory leaks in RenderTextMac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | skia/ext/skia_utils_mac.mm » ('j') | ui/gfx/render_text_mac.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/skia_utils_mac.h
===================================================================
--- skia/ext/skia_utils_mac.h (revision 147870)
+++ skia/ext/skia_utils_mac.h (working copy)
@@ -62,7 +62,7 @@
SK_API SkColor CGColorRefToSkColor(CGColorRef color);
// Converts ARGB to CGColorRef.
-SK_API CGColorRef SkColorToCGColorRef(SkColor color);
+SK_API CGColorRef CGColorCreateFromSkColor(SkColor color);
// Converts NSColor to ARGB. Returns raw rgb values and does no colorspace
// conversion. Only valid for colors in calibrated and device color spaces.
« no previous file with comments | « no previous file | skia/ext/skia_utils_mac.mm » ('j') | ui/gfx/render_text_mac.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698