Summary: | [GTK][AC] Implement keyframe animations with clutter ac backend | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | ChangSeok Oh <kevin.cs.oh> | ||||||
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | gns, mrobinson, webkit.review.bot | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | PC | ||||||||
OS: | Linux | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 105699 | ||||||||
Attachments: |
|
Description
ChangSeok Oh
2013-02-17 10:58:30 PST
Created attachment 188770 [details]
Patch
Comment on attachment 188770 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=188770&action=review > Source/WebCore/platform/graphics/clutter/GraphicsLayerClutter.cpp:775 > + // If any matrix is singular, CA won't animate it correctly. So fall back to software animation CA reference. Comment on attachment 188770 [details]
Patch
Err, actually, there was a nit, so cq-
Created attachment 189089 [details]
Patch
Comment on attachment 188770 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=188770&action=review Thank you for the review :) >> Source/WebCore/platform/graphics/clutter/GraphicsLayerClutter.cpp:775 >> + // If any matrix is singular, CA won't animate it correctly. So fall back to software animation > > CA reference. Updated this comment. Comment on attachment 189089 [details] Patch Clearing flags on attachment: 189089 Committed r143343: <http://trac.webkit.org/changeset/143343> All reviewed patches have been landed. Closing bug. |