From: Leon Scroggins III Date: Wed, 19 May 2010 16:34:47 +0000 (-0400) Subject: Fix build. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=163705a9d305337a58133a58c0d0e9686b4af589;p=android-x86%2Fexternal-webkit.git Fix build. Change-Id: Ic8251cd255785f7ad1081eba9a0eb8db84697b97 --- diff --git a/WebCore/platform/android/ScrollViewAndroid.cpp b/WebCore/platform/android/ScrollViewAndroid.cpp index 4b09d7414..7efc8c1aa 100644 --- a/WebCore/platform/android/ScrollViewAndroid.cpp +++ b/WebCore/platform/android/ScrollViewAndroid.cpp @@ -30,6 +30,7 @@ #include "FloatRect.h" #include "FrameView.h" #include "IntRect.h" +#include "PlatformBridge.h" #include "SkRegion.h" #include "WebCoreViewBridge.h" #include "WebViewCore.h"