[Webkit-unassigned] [Bug 113317] [GTK][AC] Use transform property of ClutterActor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 27 12:40:20 PDT 2013


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





--- Comment #3 from Gustavo Noronha (kov) <gns at gnome.org>  2013-03-27 12:38:31 PST ---
(From update of attachment 195122)
View in context: https://bugs.webkit.org/attachment.cgi?id=195122&action=review

Looks OK in general, but I have a question for you:

> Source/WebCore/platform/graphics/clutter/GraphicsLayerActor.cpp:361
> +    if (matrix && cogl_matrix_is_identity(matrix))
> +        return;

This looks wrong, unles… what happens if you have a transformed actor and wants to reset it to identity? Would you pass NULL as a matrix in that case?

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