diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-15 11:46:04 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-15 11:46:04 +0000 |
commit | 3d8835ce738f3bb2f7006d3d195723a97170c856 (patch) | |
tree | 4a2d60eeed2783f52ff8283cce732c9beb46e2e4 /webkit/glue/webplugin_impl.cc | |
parent | f69ae902bf6a334736a09e6ad278a6b63f4cb704 (diff) | |
download | chromium_src-3d8835ce738f3bb2f7006d3d195723a97170c856.zip chromium_src-3d8835ce738f3bb2f7006d3d195723a97170c856.tar.gz chromium_src-3d8835ce738f3bb2f7006d3d195723a97170c856.tar.bz2 |
Match the Windows plugin moving/sizing behavior on Linux.
This keep the sizing operations in WebPluginDelegateImpl, and does the moving in DidMove. This more or less matches what currently happens on Windows.
Add a comment explaining this situation better. Add some random comments and small code cleanup.
Remove the flash useragent spoofing hack on non-Windows, we don't need to worry about this for now.
Review URL: http://codereview.chromium.org/20304
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9843 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webplugin_impl.cc')
-rw-r--r-- | webkit/glue/webplugin_impl.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/glue/webplugin_impl.cc b/webkit/glue/webplugin_impl.cc index 2877423..05264e1 100644 --- a/webkit/glue/webplugin_impl.cc +++ b/webkit/glue/webplugin_impl.cc @@ -56,9 +56,7 @@ MSVC_POP_WARNING(); #include "webkit/glue/webkit_glue.h" #include "webkit/glue/webplugin_impl.h" #include "webkit/glue/plugins/plugin_host.h" -#if !defined(OS_LINUX) #include "webkit/glue/plugins/plugin_instance.h" -#endif #include "webkit/glue/stacking_order_iterator.h" #include "webkit/glue/webview_impl.h" #include "googleurl/src/gurl.h" |