OSDN Git Service

cherry-pick 74f79778892548221468d075f949acb3d4064368 to froyo
authorGrace Kloba <klobag@google.com>
Fri, 26 Mar 2010 06:15:06 +0000 (23:15 -0700)
committerGrace Kloba <klobag@google.com>
Tue, 30 Mar 2010 17:38:22 +0000 (10:38 -0700)
commit3d6ec5413643e3b591840267fc122b1b88e1f278
tree24dcc957742ceb095bd79067b70381e77dc6cf26
parent2eba8dcfad57fc753029296850e489032f0a5c6e
cherry-pick 74f79778892548221468d075f949acb3d4064368 to froyo

In Android, as we always remap the plugin from page
space to view space, we do want to update when the rect
in the page space changed. This should fix the bug where
the plugin is inside a fixed position. So even its
page coordinate changed when scrolling, its window
coordinate didn't change. We missed the update.

Fix http://b/issue?id=2542934
WebCore/plugins/PluginView.h
WebCore/plugins/android/PluginViewAndroid.cpp