RESOLVED WONTFIX 81886
[Gtk] Compilation fails if RequestAnimationFrame feature is disabled after r110185
https://bugs.webkit.org/show_bug.cgi?id=81886
Summary [Gtk] Compilation fails if RequestAnimationFrame feature is disabled after r1...
Zan Dobersek
Reported 2012-03-22 03:09:48 PDT
Compilation fails in ScrollAnimatorNone.h[1] if RequestAnimationFrame feature is disabled. This started to occur after r110185[2]. A few ways of fixing this - set ENABLE_SCROLL_ANIMATOR=1 in GNUmakefile.am only if RequestAnimationFrame feature is enabled - refactor some of the WebCore code to always provide either a DisplayRefreshMonitor if provided or a fallback timer implementation. [1] http://trac.webkit.org/browser/trunk/Source/WebCore/platform/ScrollAnimatorNone.h#L37 [2] http://trac.webkit.org/changeset/110185
Attachments
Zan Dobersek
Comment 1 2013-03-18 13:01:33 PDT
The feature enabling is now rigid enough to not allow disabling the requestAnimationFrame feature support. Closing this as WONTFIX.
Note You need to log in before you can comment on or make changes to this bug.