diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-09 01:43:49 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-09 01:43:49 +0000 |
commit | 525f9f6d6eab948d11f8a55422ee0e7a352a768d (patch) | |
tree | 8535abe850265913281f1de74ebd145d342b8bd4 /webkit/glue/webplugin.h | |
parent | 2181ea006830c226a8a3c21aa17030a01ec62a5e (diff) | |
download | chromium_src-525f9f6d6eab948d11f8a55422ee0e7a352a768d.zip chromium_src-525f9f6d6eab948d11f8a55422ee0e7a352a768d.tar.gz chromium_src-525f9f6d6eab948d11f8a55422ee0e7a352a768d.tar.bz2 |
Don't call NPP_SetWindow before we have the plugin geometry.
Note: the full fix to the bug also needs Ananta's change at http://codereview.chromium.org/119200
Bug=12993
Review URL: http://codereview.chromium.org/118359
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17920 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webplugin.h')
-rw-r--r-- | webkit/glue/webplugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/glue/webplugin.h b/webkit/glue/webplugin.h index 00e60e7..d6a5b75 100644 --- a/webkit/glue/webplugin.h +++ b/webkit/glue/webplugin.h @@ -31,6 +31,7 @@ struct WebPluginGeometry { // window_rect origin. gfx::Rect clip_rect; std::vector<gfx::Rect> cutout_rects; + bool rects_valid; bool visible; }; |