OSDN Git Service

When mouse down or plugin handles touch down, set the plugin
authorGrace Kloba <klobag@google.com>
Thu, 24 Sep 2009 00:31:16 +0000 (17:31 -0700)
committerGrace Kloba <klobag@google.com>
Thu, 24 Sep 2009 00:37:58 +0000 (17:37 -0700)
commit2c02e355bf0631c0bec3496fab67f45710c5cd21
tree01d7fd37b5f51a6bbec35621c0451628c8deb9c9
parentda2757a9cf762906063af0b8901ada0f72ecddbe
When mouse down or plugin handles touch down, set the plugin
to be the focus of the document so that it can receive key
events. This has the same logic as in PluginViewMac.cpp's
handleMouseEvent().
WebCore/plugins/android/PluginViewAndroid.cpp