summaryrefslogtreecommitdiff
path: root/opengl/java/android/opengl/Texture.java
diff options
context:
space:
mode:
authorLeon Scroggins <scroggo@google.com>2009-11-24 14:49:21 -0500
committerLeon Scroggins <scroggo@google.com>2009-11-25 10:14:50 -0500
commitf90b1261a53bc0bfc772337551eb4c540022cd22 (patch)
tree1c985fa0001b2f348d6ebd80ca16a1775ad73dc0 /opengl/java/android/opengl/Texture.java
parenta2d259aa4a06eb92af2ef4530ae065497a581496 (diff)
When clicking on a WebTextView, always call nativeMotionUp.
We were previously calling nativeTextInputMotionUp, which was intended to be faster than nativeMotionUp, which does more work. However, as discussed in http://b/issue?id=2257787 , I think we should simply call nativeMotionUp, which does everything the old method did, while also correcting things if necessary. This fixes the second problem listed in http://b/issue?id=2266756 , since nativeMotionUp will recognize that the <select> element should take the click. Since I have removed a native method, this requires a change to external/webkit.
Diffstat (limited to 'opengl/java/android/opengl/Texture.java')
0 files changed, 0 insertions, 0 deletions