RESOLVED FIXED 120700
Document::updateHoverActiveState() should allow for deferred style recalcs
https://bugs.webkit.org/show_bug.cgi?id=120700
Summary Document::updateHoverActiveState() should allow for deferred style recalcs
Pratik Solanki
Reported 2013-09-04 14:18:31 PDT
Changes for bug 145126 made it so Document::updateHoverActiveState() always called updateStyleIfNeeded(). For iOS, we would prefer to not have style recall be synchronous. Deferring the style recalc to the regular timer results in better scrolling on some web pages.
Attachments
Patch (2.75 KB, patch)
2013-09-04 14:27 PDT, Pratik Solanki
simon.fraser: review+
Pratik Solanki
Comment 1 2013-09-04 14:20:29 PDT
Pratik Solanki
Comment 2 2013-09-04 14:27:42 PDT
Pratik Solanki
Comment 3 2013-09-04 15:10:40 PDT
(In reply to comment #0) > Changes for bug 145126 That should have been bug 98168. The change was r145126.
Pratik Solanki
Comment 4 2013-09-04 15:15:09 PDT
Note You need to log in before you can comment on or make changes to this bug.