[Webkit-unassigned] [Bug 110470] [GTK][AC] Animating layer disappears while running with clutter backend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 28 08:33:48 PDT 2013


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





--- Comment #6 from ChangSeok Oh <kevin.cs.oh at gmail.com>  2013-03-28 08:31:58 PST ---
(From update of attachment 189790)
View in context: https://bugs.webkit.org/attachment.cgi?id=189790&action=review

Thank you for the review!

>> Source/WebCore/platform/graphics/clutter/GraphicsLayerClutter.cpp:656
>> +        GraphicsLayerClutter* curChild = static_cast<GraphicsLayerClutter*>(childLayers[i]);
> 
> Let's take the opportunity to fix the naming here, curChild -> currentChild

Done.

>> Source/WebCore/platform/graphics/clutter/GraphicsLayerClutter.cpp:658
>> +        g_assert(GRAPHICS_LAYER_IS_ACTOR(childLayer));
> 
> Make this an ASSERT() instead.

Done.

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