[Webkit-unassigned] [Bug 74528] [Qt] Support requestAnimationFrame API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 15 03:54:37 PST 2011


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





--- Comment #2 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2011-12-15 03:54:37 PST ---
(From update of attachment 119274)
View in context: https://bugs.webkit.org/attachment.cgi?id=119274&action=review

probably fine but let Tor Arne or Simon have a look

> Source/JavaScriptCore/wtf/Platform.h:1131
> -#if PLATFORM(MAC) || PLATFORM(GTK) || PLATFORM(EFL) || (PLATFORM(WIN) && !OS(WINCE) && !PLATFORM(WIN_CAIRO))
> +#if PLATFORM(MAC) || PLATFORM(GTK) || PLATFORM(EFL) || (PLATFORM(WIN) && !OS(WINCE) && !PLATFORM(WIN_CAIRO)) || PLATFORM(QT)
>  #define WTF_USE_REQUEST_ANIMATION_FRAME_TIMER 1

I wonder if this could be an opt out instead :)

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