summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/android
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-02-27 13:46:23 -0800
committerJohn Reck <jreck@google.com>2012-02-27 15:41:03 -0800
commit7aa185beae07b9034037a1b8325cb73c53ed4650 (patch)
tree3edae3d35bfa91739d728147a0afeb116452394c /Source/WebCore/platform/android
parent5015ffe477809860e6a9e05779afb1855aa994f2 (diff)
downloadexternal_webkit-7aa185beae07b9034037a1b8325cb73c53ed4650.zip
external_webkit-7aa185beae07b9034037a1b8325cb73c53ed4650.tar.gz
external_webkit-7aa185beae07b9034037a1b8325cb73c53ed4650.tar.bz2
Delete navcache native
Will clean up the JNI in a later CL Change-Id: I448fe5592026c325c3b2fa1c90f174674bf358b1
Diffstat (limited to 'Source/WebCore/platform/android')
-rw-r--r--Source/WebCore/platform/android/PopupMenuAndroid.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/platform/android/PopupMenuAndroid.cpp b/Source/WebCore/platform/android/PopupMenuAndroid.cpp
index f4c351f..a5758bb 100644
--- a/Source/WebCore/platform/android/PopupMenuAndroid.cpp
+++ b/Source/WebCore/platform/android/PopupMenuAndroid.cpp
@@ -25,10 +25,13 @@
#include "config.h"
#include "PopupMenuAndroid.h"
+#include "IntRect.h"
#include "PopupMenuClient.h"
#include "SkTDArray.h"
#include "WebViewCore.h"
+using namespace WebCore;
+
class PopupReply : public android::WebCoreReply {
public:
PopupReply(const IntRect& rect, android::WebViewCore* view, ListPopupMenuClient* client)