OSDN Git Service

Use an integer to keep track of the blurring node.
authorLeon Scroggins <scroggo@google.com>
Tue, 25 Jan 2011 14:23:26 +0000 (09:23 -0500)
committerLeon Scroggins <scroggo@google.com>
Tue, 25 Jan 2011 14:35:53 +0000 (09:35 -0500)
commit7cf14d751364973cc8ce88fe9b822008ef83d2a5
treedcf21086d5ee5ec4ad5c9ec7f58dd8f048844167
parent3adf18ff68c18ee48f402c702f321c93eca82915
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
WebKit/android/jni/WebViewCore.cpp
WebKit/android/jni/WebViewCore.h