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

Unified Diff: Source/platform/fonts/FontFallbackList.h

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years 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 | « Source/platform/fonts/FontDataCache.cpp ('k') | Source/platform/fonts/FontFallbackList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/FontFallbackList.h
diff --git a/Source/core/platform/graphics/FontFallbackList.h b/Source/platform/fonts/FontFallbackList.h
similarity index 96%
rename from Source/core/platform/graphics/FontFallbackList.h
rename to Source/platform/fonts/FontFallbackList.h
index 5964bba4128aa58e696e03f6396bddbaea8b3e64..71fb526cc3e57733de08b174dfd764166710ee2f 100644
--- a/Source/core/platform/graphics/FontFallbackList.h
+++ b/Source/platform/fonts/FontFallbackList.h
@@ -21,8 +21,8 @@
#ifndef FontFallbackList_h
#define FontFallbackList_h
-#include "core/platform/graphics/SimpleFontData.h"
#include "platform/fonts/FontSelector.h"
+#include "platform/fonts/SimpleFontData.h"
#include "platform/fonts/WidthCache.h"
#include "wtf/Forward.h"
#include "wtf/MainThread.h"
@@ -38,7 +38,7 @@ class FontSelector;
const int cAllFamiliesScanned = -1;
-class FontFallbackList : public RefCounted<FontFallbackList> {
+class PLATFORM_EXPORT FontFallbackList : public RefCounted<FontFallbackList> {
WTF_MAKE_NONCOPYABLE(FontFallbackList);
public:
typedef HashMap<int, GlyphPageTreeNode*, DefaultHash<int>::Hash> GlyphPages;
« no previous file with comments | « Source/platform/fonts/FontDataCache.cpp ('k') | Source/platform/fonts/FontFallbackList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698