Fix browser hang when blocking hulu pop-out
commit1cf2d256335a6a4e56837b85de0e486337c2405b
authorcpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 25 Aug 2010 21:20:08 +0000 (25 21:20 +0000)
committercpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 25 Aug 2010 21:20:08 +0000 (25 21:20 +0000)
treec7b8c9a237679f350519beb8b3bd9ac2e0b4af77
parentaf15bed898a540d17a9e24167cafead3d2ffd796
Fix browser hang when blocking hulu pop-out

Flash while drawing the movie frames cannot handle being sized 0-by-0 and
a storm of math exception happen which prevents flash from pumping messages

BUG=52754
TEST=see bug

Review URL: http://codereview.chromium.org/3132043

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57388 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/blocked_popup_container.cc