[Webkit-unassigned] [Bug 105436] [GTK][AC] setOpacity doesn't work for GraphicsLayerClutter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 26 11:05:32 PST 2012


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





--- Comment #4 from ChangSeok Oh <kevin.cs.oh at gmail.com>  2012-12-26 11:07:40 PST ---
(From update of attachment 180170)
View in context: https://bugs.webkit.org/attachment.cgi?id=180170&action=review

Thanks for the comment!

>> Source/WebCore/platform/graphics/clutter/GraphicsLayerActor.cpp:597
>> +void graphicsLayerActorSetOpacity(GraphicsLayerActor* layer, float value)
> 
> I don't think we need to add this method.

Done. I moved this part of the function into GraphicsLayerClutter::updateOpacityOnLayer.

>> Source/WebCore/platform/graphics/clutter/GraphicsLayerClutter.cpp:280
>> +    graphicsLayerActorSetOpacity(primaryLayer(), m_opacity);
> 
> How about calling clutter_actor_set_opacity directly?

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