summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/WebViewCore.h
diff options
context:
space:
mode:
authorGeorge Mount <mount@google.com>2012-04-02 11:09:34 -0700
committerGeorge Mount <mount@google.com>2012-04-02 11:11:36 -0700
commitb872967b3009769a7980ecac8c7f2a2626fd9a88 (patch)
treeb01b31338c75123611d1cdc56e394329040e7430 /Source/WebKit/android/jni/WebViewCore.h
parentf77b0a4ca29a927a816ccd71b2a32b3d70200db0 (diff)
downloadexternal_webkit-b872967b3009769a7980ecac8c7f2a2626fd9a88.zip
external_webkit-b872967b3009769a7980ecac8c7f2a2626fd9a88.tar.gz
external_webkit-b872967b3009769a7980ecac8c7f2a2626fd9a88.tar.bz2
Remove unused FORM_DID_BLUR hooks.
Bug 6111763 Framework Change: I56a862a6c0f0d7799f4e935bb7f5103bb2edbb9b Change-Id: I015e1a57e81e897c124af5d96ba76b4d07a381fc
Diffstat (limited to 'Source/WebKit/android/jni/WebViewCore.h')
-rw-r--r--Source/WebKit/android/jni/WebViewCore.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/WebKit/android/jni/WebViewCore.h b/Source/WebKit/android/jni/WebViewCore.h
index 5926991..efdf612 100644
--- a/Source/WebKit/android/jni/WebViewCore.h
+++ b/Source/WebKit/android/jni/WebViewCore.h
@@ -135,12 +135,6 @@ namespace android {
// Followings are called from native WebCore to Java
- /**
- * Notification that a form was blurred. Pass a message to hide the
- * keyboard if it was showing for that Node.
- * @param Node The Node that blurred.
- */
- void formDidBlur(const WebCore::Node*);
void focusNodeChanged(WebCore::Node*);
/**
@@ -766,7 +760,6 @@ namespace android {
struct TextFieldInitDataGlue* m_textFieldInitDataGlue;
WebCore::Frame* m_mainFrame;
WebCoreReply* m_popupReply;
- int m_blurringNodePointer;
PictureSet m_content; // the set of pictures to draw
SkRegion m_addInval; // the accumulated inval region (not yet drawn)
SkRegion m_rebuildInval; // the accumulated region for rebuilt pictures