[Webkit-unassigned] [Bug 75882] [Qt][WK2] Directly-composited images sometimes appear with a wrong geometry

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 11 06:30:03 PST 2012


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


Simon Hausmann <hausmann at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #121711|review?                     |review+
               Flag|                            |




--- Comment #2 from Simon Hausmann <hausmann at webkit.org>  2012-01-11 06:30:03 PST ---
(From update of attachment 121711)
View in context: https://bugs.webkit.org/attachment.cgi?id=121711&action=review

r=me but I think you should also remove the comment before landing.

> Source/WebKit2/WebProcess/WebCoreSupport/WebGraphicsLayer.cpp:421
> -    m_layerInfo.drawsContent = drawsContent() || m_image;
> +    m_layerInfo.drawsContent = drawsContent();

Ahah, now I see why you removed the comment in the other patch. It seems that the comment removal should be taken from the other patch and moved over here ;)

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