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

Unified Diff: base/mac/foundation_util.h

Issue 10543057: Initial RenderTextMac implementation using CoreText. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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: base/mac/foundation_util.h
===================================================================
--- base/mac/foundation_util.h (revision 143591)
+++ base/mac/foundation_util.h (working copy)
@@ -7,6 +7,7 @@
#pragma once
#include <CoreFoundation/CoreFoundation.h>
+#include <ApplicationServices/ApplicationServices.h>
msw 2012/06/22 17:42:10 Lint: Include "ApplicationServices/ApplicationServ
Alexei Svitkine (slow) 2012/06/22 19:35:29 Done.
#include <string>
#include <vector>
@@ -103,6 +104,11 @@
TYPE_NAME_FOR_CF_TYPE_DECL(CFSet);
TYPE_NAME_FOR_CF_TYPE_DECL(CFString);
+TYPE_NAME_FOR_CF_TYPE_DECL(CGColor);
+
+TYPE_NAME_FOR_CF_TYPE_DECL(CTFont);
+TYPE_NAME_FOR_CF_TYPE_DECL(CTRun);
+
#undef TYPE_NAME_FOR_CF_TYPE_DECL
// Retain/release calls for memory management in C++.
@@ -248,6 +254,11 @@
CF_CAST_DECL(CFSet);
CF_CAST_DECL(CFString);
+CF_CAST_DECL(CGColor);
+
+CF_CAST_DECL(CTFont);
+CF_CAST_DECL(CTRun);
+
CF_CAST_DECL(SecACL);
CF_CAST_DECL(SecTrustedApplication);
« no previous file with comments | « base/base.gyp ('k') | base/mac/foundation_util.mm » ('j') | ui/gfx/render_text_mac.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698