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

Unified Diff: chrome/common/font_loader_mac.h

Issue 2846018: Revert "Mac: Infrastructure for serialization of OS fonts over IPC." (Closed)
Patch Set: Created 10 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: chrome/common/font_loader_mac.h
diff --git a/chrome/common/font_loader_mac.h b/chrome/common/font_loader_mac.h
index 6eda52a0767a3cdb55c69126e9ccd788b4a9af12..2ec42bce57d3b06ba3078f4a02801d8b2166cd44 100644
--- a/chrome/common/font_loader_mac.h
+++ b/chrome/common/font_loader_mac.h
@@ -5,6 +5,8 @@
#ifndef CHROME_COMMON_FONT_LOADER_MAC_H_
#define CHROME_COMMON_FONT_LOADER_MAC_H_
+#include <ApplicationServices/ApplicationServices.h>
+
#include "base/shared_memory.h"
#include "base/string16.h"
@@ -14,8 +16,6 @@
class NSFont;
#endif
-typedef uintptr_t ATSFontContainerRef;
-
// Provides functionality to transmit fonts over IPC.
//
// Note about font formats: .dfont (datafork suitcase) fonts are currently not
« no previous file with comments | « chrome/browser/renderer_host/resource_message_filter.cc ('k') | chrome/renderer/renderer_webkitclient_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698