Bug 39497 - GraphicsLayerCACF should use CACFAnimation to improve performance
Summary: GraphicsLayerCACF should use CACFAnimation to improve performance
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2010-05-21 10:16 PDT by Adam Roben (:aroben)
Modified: 2010-05-21 10:17 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2010-05-21 10:16:18 PDT
Animations in accelerated compositing on Windows currently use AnimationController to do the animation in software. We should switch to using CACFAnimation to offload this work to Core Animation. This will be particularly useful when bug 39496 is fixed, as then the animations will happen off the main thread. But it could be useful even before then.
Comment 1 Adam Roben (:aroben) 2010-05-21 10:17:11 PDT
<rdar://problem/8013875>