[Webkit-unassigned] [Bug 82350] [BlackBerry] Switch WebPageCompositor to use AnimationFrameRateController instead of timer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 27 10:22:15 PDT 2012


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


Rob Buis <rwlbuis at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #134092|review?                     |review-
               Flag|                            |




--- Comment #2 from Rob Buis <rwlbuis at gmail.com>  2012-03-27 10:22:15 PST ---
(From update of attachment 134092)
View in context: https://bugs.webkit.org/attachment.cgi?id=134092&action=review

Looks good, some prefixes can be stripped.

> Source/WebKit/blackberry/Api/WebPageCompositor.cpp:53
> +    BlackBerry::Platform::AnimationFrameRateController::instance()->removeClient(this);

No BlackBerry prefix needed.

> Source/WebKit/blackberry/Api/WebPageCompositor.cpp:130
> +            BlackBerry::Platform::AnimationFrameRateController::instance()->addClient(this);

Ditto.

> Source/WebKit/blackberry/Api/WebPageCompositor_p.h:44
> +class WebPageCompositorPrivate : public RefCounted<WebPageCompositorPrivate>, public BlackBerry::Platform::AnimationFrameRateClient {

Ditto.

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