summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebViewCore.h
diff options
context:
space:
mode:
authorLeon Scroggins <scroggo@google.com>2011-01-25 09:23:26 -0500
committerLeon Scroggins <scroggo@google.com>2011-01-25 09:35:53 -0500
commit7cf14d751364973cc8ce88fe9b822008ef83d2a5 (patch)
treedcf21086d5ee5ec4ad5c9ec7f58dd8f048844167 /WebKit/android/jni/WebViewCore.h
parent3adf18ff68c18ee48f402c702f321c93eca82915 (diff)
downloadexternal_webkit-7cf14d751364973cc8ce88fe9b822008ef83d2a5.zip
external_webkit-7cf14d751364973cc8ce88fe9b822008ef83d2a5.tar.gz
external_webkit-7cf14d751364973cc8ce88fe9b822008ef83d2a5.tar.bz2
Use an integer to keep track of the blurring node.
Bug:3387251 Rather than storing the actual pointer to the Node, since the pointer may no longer be valid and it is only used for comparison anyway. Change-Id: Icc6aabfa66c4a40b40fb6a8673d7ad34346360b6
Diffstat (limited to 'WebKit/android/jni/WebViewCore.h')
-rw-r--r--WebKit/android/jni/WebViewCore.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebKit/android/jni/WebViewCore.h b/WebKit/android/jni/WebViewCore.h
index ed67742..611ee59 100644
--- a/WebKit/android/jni/WebViewCore.h
+++ b/WebKit/android/jni/WebViewCore.h
@@ -602,8 +602,7 @@ namespace android {
WebCoreReply* m_popupReply;
WebCore::Node* m_lastFocused;
WebCore::IntRect m_lastFocusedBounds;
- bool m_lastClickWasOnTextInput;
- const WebCore::Node* m_blurringNode;
+ int m_blurringNodePointer;
int m_lastFocusedSelStart;
int m_lastFocusedSelEnd;
PictureSet m_content; // the set of pictures to draw