From 21e5a8c1ef0e857b93742093a0b034f9368cfe60 Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Tue, 17 May 2011 14:09:28 +0100 Subject: Merge WebKit at r76408: Fix FontAndroid.cpp TextRun.h was removed as an include from Font.h. This is where FontAndroid was picking it up from. Add it into FontAndroid.cpp. See http://trac.webkit.org/changeset/76170 Change-Id: I2d1306fde1742a2e75cb7b47c2a0ad132939258c --- Source/WebCore/platform/graphics/android/FontAndroid.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/WebCore/platform/graphics/android/FontAndroid.cpp') diff --git a/Source/WebCore/platform/graphics/android/FontAndroid.cpp b/Source/WebCore/platform/graphics/android/FontAndroid.cpp index a4fb51b..7fcad73 100644 --- a/Source/WebCore/platform/graphics/android/FontAndroid.cpp +++ b/Source/WebCore/platform/graphics/android/FontAndroid.cpp @@ -42,6 +42,7 @@ #include "SkTemplates.h" #include "SkTypeface.h" #include "SkUtils.h" +#include "TextRun.h" #ifdef SUPPORT_COMPLEX_SCRIPTS #include "HarfbuzzSkia.h" -- cgit v1.1