[Webkit-unassigned] [Bug 103081] [EFL][WK2] Mouse over on images on Google search shows artifacts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 26 09:30:42 PST 2012


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





--- Comment #11 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2012-11-26 09:32:52 PST ---
This bugs goes away every 3 seconds due to 

Source/WebKit2/WebProcess/WebPage/UpdateAtlas.h 

59     bool isInactive() const
60     {
61         const double inactiveSecondsTolerance = 3;
62         return m_inactivityInSeconds > inactiveSecondsTolerance;
63     }

So it definitely has something to do with the SharedSurface in WK2

-- 
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