summaryrefslogtreecommitdiffstats
path: root/WebCore/platform
diff options
context:
space:
mode:
authorPatrick Scott <phanna@android.com>2009-09-29 13:42:05 -0400
committerPatrick Scott <phanna@android.com>2009-09-29 13:50:27 -0400
commit79e85346fd39c817cc4ef96d816f311d200f9c77 (patch)
treef0c203443bf2d221541ad32f3c5e5cc5e366255f /WebCore/platform
parent06f1ecff0f609438be162b71b50a3be08983df23 (diff)
downloadexternal_webkit-79e85346fd39c817cc4ef96d816f311d200f9c77.zip
external_webkit-79e85346fd39c817cc4ef96d816f311d200f9c77.tar.gz
external_webkit-79e85346fd39c817cc4ef96d816f311d200f9c77.tar.bz2
Build fix.
Files that include FontPlatformData.h apparently depend on StringImpl.h already being included.
Diffstat (limited to 'WebCore/platform')
-rw-r--r--WebCore/platform/graphics/android/FontPlatformData.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/android/FontPlatformData.h b/WebCore/platform/graphics/android/FontPlatformData.h
index ce60752..d7761a8 100644
--- a/WebCore/platform/graphics/android/FontPlatformData.h
+++ b/WebCore/platform/graphics/android/FontPlatformData.h
@@ -29,6 +29,8 @@
#include "PlatformString.h"
#endif
+#include "StringImpl.h"
+
class SkPaint;
class SkTypeface;