Bug 81886

Summary: [Gtk] Compilation fails if RequestAnimationFrame feature is disabled after r110185
Product: WebKit Reporter: Zan Dobersek <zan>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: cgarcia, mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Zan Dobersek 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
Comment 1 Zan Dobersek 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.