[Webkit-unassigned] [Bug 39297] WebView doesn't repaint until page reloads when page using hardware acceleration loads just after waking from sleep

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 18 09:36:02 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=39297





--- Comment #1 from Adam Roben (aroben) <aroben at apple.com>  2010-05-18 09:36:01 PST ---
The problem is that calling Direct3DCreate9() shortly after waking from sleep returns an IDirect3D9 for which IDirect3D9::CreateDevice will always fail. We need to detect this and throw away the bad IDirect3D9 and ask for a new one.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list