Bug 109226 - [GTK][AC] GraphicsLayerClutter doesn't need to recalculate its position after changing anchor position.
Summary: [GTK][AC] GraphicsLayerClutter doesn't need to recalculate its position after...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 105699
  Show dependency treegraph
 
Reported: 2013-02-07 13:31 PST by ChangSeok Oh
Modified: 2013-02-08 05:36 PST (History)
1 user (show)

See Also:


Attachments
Patch (2.79 KB, patch)
2013-02-07 14:42 PST, ChangSeok Oh
no flags Details | Formatted Diff | Diff
Patch (2.72 KB, patch)
2013-02-07 15:01 PST, ChangSeok Oh
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ChangSeok Oh 2013-02-07 13:31:22 PST
Nothing drawn after replacing clutter_actor_set_anchor_point with clutter_actor_set_pivot_point.
The main reason is position of graphicsLayer.
As I mentioned in bug109037, clutter has a different coordinate system from mac port's, so I think we don't need to recalulate the position after changing anchor position.
https://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/CoreAnimation_guide/CoreAnimationBasics/CoreAnimationBasics.html#//apple_ref/doc/uid/TP40004514-CH2-SW15
Comment 1 ChangSeok Oh 2013-02-07 14:42:10 PST
Created attachment 187179 [details]
Patch
Comment 2 ChangSeok Oh 2013-02-07 15:01:52 PST
Created attachment 187184 [details]
Patch
Comment 3 WebKit Review Bot 2013-02-08 05:36:45 PST
Comment on attachment 187184 [details]
Patch

Clearing flags on attachment: 187184

Committed r142265: <http://trac.webkit.org/changeset/142265>
Comment 4 WebKit Review Bot 2013-02-08 05:36:49 PST
All reviewed patches have been landed.  Closing bug.