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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 20 23:45:15 PST 2013


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


Noam Rosenthal <noam at webkit.org> changed:

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




--- Comment #15 from Noam Rosenthal <noam at webkit.org>  2013-01-20 23:47:05 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())

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