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

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

Issue 218583007: Removed unused includes from UnicodeIcu.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed android compilation issue. Created 6 years, 9 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 | Source/platform/fonts/FontDescription.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/FontCache.h
diff --git a/Source/platform/fonts/FontCache.h b/Source/platform/fonts/FontCache.h
index 6f79d0b352a3e7eb8ded447302e8e8f4e102d774..84f4e60ebb4dd25a37f38a34080a99227d0bd737 100644
--- a/Source/platform/fonts/FontCache.h
+++ b/Source/platform/fonts/FontCache.h
@@ -47,6 +47,10 @@
#include <mlang.h>
#endif
+#if OS(ANDROID)
+#include <unicode/uscript.h>
+#endif
+
class SkTypeface;
namespace WebCore {
« no previous file with comments | « no previous file | Source/platform/fonts/FontDescription.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698