[Webkit-unassigned] [Bug 81886] New: [Gtk] Compilation fails if RequestAnimationFrame feature is disabled after r110185
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 22 03:09:47 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=81886
Summary: [Gtk] Compilation fails if RequestAnimationFrame
feature is disabled after r110185
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: zandobersek at gmail.com
CC: mrobinson at webkit.org, cgarcia at igalia.com
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
--
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