[Webkit-unassigned] [Bug 106672] [Texmap][GTK] The poster-circle doesn't appear.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 21 03:22:48 PST 2013


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





--- Comment #17 from ChangSeok Oh <kevin.cs.oh at gmail.com>  2013-01-21 03:24:38 PST ---
(From update of attachment 183008)
View in context: https://bugs.webkit.org/attachment.cgi?id=183008&action=review

>> Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp:391
>> +    if (changeMask & DrawsContentChange && graphicsLayer->drawsContent())
> 
> Please add parantheses,
> if ((changeMask & DrawsContentChange) && graphicsLayer->drawsContent())

Done. Thanks!

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