diff options
author | Grace Kloba <klobag@google.com> | 2010-01-20 08:53:00 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-01-20 08:53:00 -0800 |
commit | 9dabd572bcca8e38d72ee40eaf442a9bb0790508 (patch) | |
tree | 3f05712e2467690c62b0a7e92e800cdc8fb6d011 /WebCore/plugins/PluginView.h | |
parent | d9b562d65e56e563079a5a7778a41c98aa6cf1b5 (diff) | |
parent | 1f15f3a9f6dc2a169bbd160e2e1abb161f9927d9 (diff) | |
download | external_webkit-9dabd572bcca8e38d72ee40eaf442a9bb0790508.zip external_webkit-9dabd572bcca8e38d72ee40eaf442a9bb0790508.tar.gz external_webkit-9dabd572bcca8e38d72ee40eaf442a9bb0790508.tar.bz2 |
am 1f15f3a9: Changing plugin setwindow() to use page coordinate instead of frame as it is what Flash expects. For other port like Mac, it passes the window coordinate to the plugin. In Android, plugin always sees the full page and we use the visible screen rect to ind
Merge commit '1f15f3a9f6dc2a169bbd160e2e1abb161f9927d9' into eclair-mr2-plus-aosp
* commit '1f15f3a9f6dc2a169bbd160e2e1abb161f9927d9':
Changing plugin setwindow() to use page coordinate
Diffstat (limited to 'WebCore/plugins/PluginView.h')
-rw-r--r-- | WebCore/plugins/PluginView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/plugins/PluginView.h b/WebCore/plugins/PluginView.h index a5618f7..0ce9c7c 100644 --- a/WebCore/plugins/PluginView.h +++ b/WebCore/plugins/PluginView.h @@ -373,7 +373,7 @@ public: private: -#if defined(XP_UNIX) || defined(Q_WS_X11) || PLATFORM(SYMBIAN) +#if defined(XP_UNIX) || defined(Q_WS_X11) || PLATFORM(SYMBIAN) || defined(ANDROID_PLUGINS) void setNPWindowIfNeeded(); #elif defined(XP_MACOSX) NP_CGContext m_npCgContext; |