diff options
author | Patrick Scott <phanna@android.com> | 2011-01-26 13:50:11 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-01-26 13:50:11 -0800 |
commit | 4307fcfd3fd2f4670e174c266bbbcf50849a19ca (patch) | |
tree | 3cbcb61ee768403ad02cb67d091ff66a29a4bfca /WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp | |
parent | ed03e47015ce173c535ea9da8b61548db718e80e (diff) | |
parent | 1a8ec29fc0211a6b5c53a8cd9ce20be5e630b005 (diff) | |
download | external_webkit-4307fcfd3fd2f4670e174c266bbbcf50849a19ca.zip external_webkit-4307fcfd3fd2f4670e174c266bbbcf50849a19ca.tar.gz external_webkit-4307fcfd3fd2f4670e174c266bbbcf50849a19ca.tar.bz2 |
Merge "Fix hit testing inside layers." into honeycomb
Diffstat (limited to 'WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp')
-rw-r--r-- | WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp b/WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp index cb1efe1..f0958d9 100644 --- a/WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp +++ b/WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp @@ -37,7 +37,6 @@ #include "FrameLoader.h" #include "FrameView.h" #include "Geolocation.h" -#include "GraphicsLayerAndroid.h" #include "Icon.h" #include "Page.h" #include "PopupMenuAndroid.h" |