Updates:
Status: Fixed
Comment #2 on issue 4885 by [EMAIL PROTECTED]: NikeID site randomly stop
working
http://code.google.com/p/chromium/issues/detail?id=4885
Fixed by John in revision 6128
New Revision: 6128
Log:
Fix the painting problem with Stree View and Flash 10. After the size of
the plugin
changes, we generate a new backing store. Flash 9 invalidates the
rectangle, but
Flash 10 doesn't. As a result we paint from a blank backing store.
The fix is to keep track of which part of the backing store has been
painted into by
the plugin, and if the renderer tries to paint an area that falls outside
of it, do a
synchronous paint.
Also get rid of first_paint_, as it was introduced during a failed attempt
to make
plugin loading asynchronous.
Review URL: http://codereview.chromium.org/10792
Modified:
trunk/src/chrome/renderer/webplugin_delegate_proxy.cc
trunk/src/chrome/renderer/webplugin_delegate_proxy.h
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---