From 79768700a853c40c66ff0b0591957958667fdd9e Mon Sep 17 00:00:00 2001 From: Steve Block Date: Wed, 28 Apr 2010 15:26:38 +0100 Subject: Merge webkit.org at r58033 : Update location of CString.h See http://trac.webkit.org/changeset/56825 Change-Id: I8ba6a9685dcd1d8c4dec3400fba81e19fcbfe74d --- WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WebCore/platform') diff --git a/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp b/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp index 201022a..0d22719 100644 --- a/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp +++ b/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp @@ -21,7 +21,6 @@ #include "AndroidAnimation.h" #include "Animation.h" -#include "CString.h" #include "FloatRect.h" #include "GraphicsContext.h" #include "Image.h" @@ -39,6 +38,7 @@ #include #include +#include #undef LOG #define LOG(...) android_printLog(ANDROID_LOG_DEBUG, "GraphicsLayer", __VA_ARGS__) -- cgit v1.1