[Webkit-unassigned] [Bug 114057] [GTK][AC] use a smart pointer for GList and ClutterCanvas

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 11 06:56:59 PDT 2013


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


Gustavo Noronha (kov) <gns at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #196672|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #2 from Gustavo Noronha (kov) <gns at gnome.org>  2013-04-11 06:55:15 PST ---
(From update of attachment 196672)
View in context: https://bugs.webkit.org/attachment.cgi?id=196672&action=review

> Source/WebCore/platform/graphics/clutter/GraphicsLayerActor.cpp:286
> +    int width = std::max(static_cast<int>(ceilf(clutter_actor_get_width(actor))), 1);
> +    int height = std::max(static_cast<int>(ceilf(clutter_actor_get_height(actor))), 1);

fwiw, I'm not sure this size or 1 is required with ClutterCanvas, might be worth checking.

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