commit | ef6da8fe3d5bc153eb934d440d0b3bfabd0e3279 | [log] [tgz] |
---|---|---|
author | Leon Scroggins <scroggo@google.com> | Fri Jun 26 14:00:40 2009 -0400 |
committer | Leon Scroggins <scroggo@google.com> | Fri Jun 26 15:33:47 2009 -0400 |
tree | 9968e9f7254e72008b428bf441ca4d30be96f2c4 | |
parent | 53d3c1e4513135c5d8f70da4938c7d25455263f5 [diff] |
Make clicking the trackball on a <select> element work. Optionally pass a frame and node pointer to nativeClick, since the hit testing does not find the HTMLSelectElement node. Also change the signature of nativeClick to return void, since we never use the return value. Requires a change in external/webkit.